mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 07:02:29 -04:00
media: cadence: csi2rx: add support for RGB formats
Add support for RGB565, RGB888 and BGR888 media bus formats. Signed-off-by: Jai Luthra <j-luthra@ti.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
@@ -119,6 +119,9 @@ static const struct csi2rx_fmt formats[] = {
|
||||
{ .code = MEDIA_BUS_FMT_SGBRG10_1X10, .bpp = 10, },
|
||||
{ .code = MEDIA_BUS_FMT_SGRBG10_1X10, .bpp = 10, },
|
||||
{ .code = MEDIA_BUS_FMT_SRGGB10_1X10, .bpp = 10, },
|
||||
{ .code = MEDIA_BUS_FMT_RGB565_1X16, .bpp = 16, },
|
||||
{ .code = MEDIA_BUS_FMT_RGB888_1X24, .bpp = 24, },
|
||||
{ .code = MEDIA_BUS_FMT_BGR888_1X24, .bpp = 24, },
|
||||
};
|
||||
|
||||
static const struct csi2rx_fmt *csi2rx_get_fmt_by_code(u32 code)
|
||||
|
||||
Reference in New Issue
Block a user