media: bcm2835-unicam: Add support for unpacked 14bit Bayer formats
authorDave Stevenson <dave.stevenson@raspberrypi.com>
Wed, 1 Jul 2020 09:57:57 +0000 (10:57 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:33:02 +0000 (11:33 +0000)
Now that the 14bit non-packed Bayer formats are defined, add them
into the supported formats lookup table.

Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
drivers/media/platform/bcm2835/bcm2835-unicam.c

index db0ad09454b13682479e0fc8dc3abd635834d031..0282c5fb7a5c3556f17aacc41e7018e3db694812 100644 (file)
@@ -301,21 +301,25 @@ static const struct unicam_fmt formats[] = {
                .csi_dt         = 0x2c,
        }, {
                .fourcc         = V4L2_PIX_FMT_SBGGR14P,
+               .repacked_fourcc = V4L2_PIX_FMT_SBGGR14,
                .code           = MEDIA_BUS_FMT_SBGGR14_1X14,
                .depth          = 14,
                .csi_dt         = 0x2d,
        }, {
                .fourcc         = V4L2_PIX_FMT_SGBRG14P,
+               .repacked_fourcc = V4L2_PIX_FMT_SGBRG14,
                .code           = MEDIA_BUS_FMT_SGBRG14_1X14,
                .depth          = 14,
                .csi_dt         = 0x2d,
        }, {
                .fourcc         = V4L2_PIX_FMT_SGRBG14P,
+               .repacked_fourcc = V4L2_PIX_FMT_SGRBG14,
                .code           = MEDIA_BUS_FMT_SGRBG14_1X14,
                .depth          = 14,
                .csi_dt         = 0x2d,
        }, {
                .fourcc         = V4L2_PIX_FMT_SRGGB14P,
+               .repacked_fourcc = V4L2_PIX_FMT_SRGGB14,
                .code           = MEDIA_BUS_FMT_SRGGB14_1X14,
                .depth          = 14,
                .csi_dt         = 0x2d,