OSDN Git Service

media: coda: jpeg: only queue two buffers into the bitstream for JPEG on CODA7541
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 29 Jun 2018 12:46:47 +0000 (08:46 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 4 Jul 2018 12:23:24 +0000 (08:23 -0400)
commit86b30a671b3bbe376ad7679ae3c1436c2a8f4510
treeab985588a0df56c9f72960439176957cd3365414
parent1e3e2a9ac40ad4d11699a49a1bbbf40cd8d4c8bd
media: coda: jpeg: only queue two buffers into the bitstream for JPEG on CODA7541

Padding the bitstream buffer is not enough to reliably avoid prefetch
failures.  Picture runs with the next buffer's header already visible to
the CODA7541 succeed much more reliably, so always queue two JPEG frames
into the bitstream buffer.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/platform/coda/coda-bit.c