mirror of
https://github.com/torvalds/linux.git
synced 2024-12-23 19:31:53 +00:00
media: imx: imx7-mipi-csis: Add MEDIA_BUS_FMT_UYVY10_2X10 support
Add support for 10-bit YUV 4:2:2. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Rui Miguel Silva <rmfrfs@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
cb373070bf
commit
083285ac9d
@ -270,6 +270,10 @@ static const struct csis_pix_format mipi_csis_formats[] = {
|
||||
.code = MEDIA_BUS_FMT_UYVY8_2X8,
|
||||
.fmt_reg = MIPI_CSIS_ISPCFG_FMT_YCBCR422_8BIT,
|
||||
.data_alignment = 8,
|
||||
}, {
|
||||
.code = MEDIA_BUS_FMT_UYVY10_2X10,
|
||||
.fmt_reg = MIPI_CSIS_ISPCFG_FMT_YCBCR422_8BIT,
|
||||
.data_alignment = 10,
|
||||
},
|
||||
/* RAW (Bayer and greyscale) formats. */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user