Skip to content

Commit d6a1feb

Browse files
Volodymyr Kharukmchehab
authored andcommitted
media: xilinx: video: Add 1X12 greyscale format
Extend the xilinx video driver with Y12_1X12 greyscale format Signed-off-by: Volodymyr Kharuk <[email protected]> Signed-off-by: Laurent Pinchart <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 1a4f8d7 commit d6a1feb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/media/platform/xilinx/xilinx-vip.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ static const struct xvip_video_format xvip_video_formats[] = {
4040
1, V4L2_PIX_FMT_SGBRG8 },
4141
{ XVIP_VF_MONO_SENSOR, 8, "bggr", MEDIA_BUS_FMT_SBGGR8_1X8,
4242
1, V4L2_PIX_FMT_SBGGR8 },
43+
{ XVIP_VF_MONO_SENSOR, 12, "mono", MEDIA_BUS_FMT_Y12_1X12,
44+
2, V4L2_PIX_FMT_Y12 },
4345
};
4446

4547
/**

0 commit comments

Comments
 (0)