diff options
author | Mirela Rabulea <mirela.rabulea@nxp.com> | 2021-09-27 20:57:19 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-10-08 11:26:13 +0200 |
commit | ae3cab78dc48958f8fc88ea79e57ec73f2070042 (patch) | |
tree | 3deebaad9d6c86e6de55b572d5ede33b1e23bc05 /drivers/media/platform/vsp1 | |
parent | media: imx-jpeg: Fix occasional decoder fail on jpegs without DHT (diff) | |
download | linux-ae3cab78dc48958f8fc88ea79e57ec73f2070042.tar.xz linux-ae3cab78dc48958f8fc88ea79e57ec73f2070042.zip |
media: imx-jpeg: Remove soft reset between frames encoding
Remove soft reset between frames, which was merely a workaround,
actually replace it with something less aggressive: clearing of jpeg stream
buffer pointer, via STM_CTRL[BITBUF_PTR_CLR].
According to the reference manual, the BITBUF_PTR_CLR is performed on
context switch, but, per hardware team recommendation, it is also working
without context switch, which is the case for this driver, for now.
Without soft reset and without BITBUF_PTR_CLR, successive encoding jobs
continue from where the previous left off, basically writing past the
v4l2 buffer.
Signed-off-by: Mirela Rabulea <mirela.rabulea@nxp.com>
Reviewed-by: Robert Chiras <robert.chiras@nxp.com>
Reviewed-by: Laurentiu Palcu <laurentiu.palcu@oss.nxp.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/platform/vsp1')
0 files changed, 0 insertions, 0 deletions