linux/drivers/media/platform/atmel
Eugen Hristev 123aaf816b media: atmel: atmel-sama5d2-isc: fix YUYV format
SAMA5D2 does not have the YCYC field for the RLP (rounding, limiting,
packaging) module.
The YCYC field is supposed to work with interleaved YUV formats like YUYV.
In SAMA5D2, we have to use YYCC field, which is used for both planar
formats like YUV420 and interleaved formats like YUYV.
Fix the according rlp callback to replace the generic YCYC field (which
makes more sense from a logical point of view) with the required YYCC
field.

Fixes: debfa49687 ("media: atmel: atmel-isc-base: add support for more formats and additional pipeline modules")
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2021-07-12 09:16:34 +02:00
..
atmel-isc-base.c media: v4l2-subdev: add subdev-wide state struct 2021-06-17 10:01:27 +02:00
atmel-isc-regs.h media: atmel: atmel-isc: add microchip-xisc driver 2021-06-08 15:46:31 +02:00
atmel-isc.h media: atmel: atmel-isc: create an adapt pipeline callback for product specific 2021-06-08 15:41:20 +02:00
atmel-isi.c media: v4l2-subdev: add subdev-wide state struct 2021-06-17 10:01:27 +02:00
atmel-isi.h media: atmel: atmel-isi: add support for mono sensors, GRAY and Y16 2019-12-16 10:16:56 +01:00
atmel-sama5d2-isc.c media: atmel: atmel-sama5d2-isc: fix YUYV format 2021-07-12 09:16:34 +02:00
atmel-sama7g5-isc.c media: atmel: atmel-isc: add microchip-xisc driver 2021-06-08 15:46:31 +02:00
Kconfig media: atmel: atmel-isc: add microchip-xisc driver 2021-06-08 15:46:31 +02:00
Makefile media: atmel: atmel-isc: add microchip-xisc driver 2021-06-08 15:46:31 +02:00