mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 16:41:39 +00:00
media: xilinx: video: Add 1X12 greyscale format
Extend the xilinx video driver with Y12_1X12 greyscale format Signed-off-by: Volodymyr Kharuk <vkh@melexis.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
1a4f8d7d18
commit
d6a1feba5d
@ -40,6 +40,8 @@ static const struct xvip_video_format xvip_video_formats[] = {
|
||||
1, V4L2_PIX_FMT_SGBRG8 },
|
||||
{ XVIP_VF_MONO_SENSOR, 8, "bggr", MEDIA_BUS_FMT_SBGGR8_1X8,
|
||||
1, V4L2_PIX_FMT_SBGGR8 },
|
||||
{ XVIP_VF_MONO_SENSOR, 12, "mono", MEDIA_BUS_FMT_Y12_1X12,
|
||||
2, V4L2_PIX_FMT_Y12 },
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user