1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-15 04:42:02 +00:00
openmptcprouter/root/target/linux/bcm27xx/patches-5.15/950-0266-media-bcm2835-unicam-Add-support-for-14bit-mono-sour.patch

30 lines
959 B
Diff
Raw Normal View History

2022-04-22 15:00:47 +00:00
From a43d8a0a267dd0dead5e96025d0398baf22d9f14 Mon Sep 17 00:00:00 2001
2021-11-24 17:32:01 +00:00
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
Date: Thu, 25 Jun 2020 18:03:47 +0100
2022-04-22 15:00:47 +00:00
Subject: [PATCH 266/828] media: bcm2835-unicam: Add support for 14bit mono
2021-11-24 17:32:01 +00:00
sources
Now that V4L2_PIX_FMT_Y14 and V4L2_PIX_FMT_Y14P are defined,
allow passing 14bit mono data through the peripheral.
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
---
drivers/media/platform/bcm2835/bcm2835-unicam.c | 6 ++++++
1 file changed, 6 insertions(+)
--- a/drivers/media/platform/bcm2835/bcm2835-unicam.c
+++ b/drivers/media/platform/bcm2835/bcm2835-unicam.c
2022-04-22 15:00:47 +00:00
@@ -341,6 +341,12 @@ static const struct unicam_fmt formats[]
2021-11-24 17:32:01 +00:00
.code = MEDIA_BUS_FMT_Y12_1X12,
.depth = 12,
.csi_dt = 0x2c,
+ }, {
+ .fourcc = V4L2_PIX_FMT_Y14P,
+ .repacked_fourcc = V4L2_PIX_FMT_Y14,
+ .code = MEDIA_BUS_FMT_Y14_1X14,
+ .depth = 14,
+ .csi_dt = 0x2d,
},
/* Embedded data format */
{