openwrt/target/linux/bcm27xx/patches-5.15/950-0538-media-i2c-imx519-S...

25 lines
863 B
Diff

From 083e5464b828cfbcb8c2a38a776267ce575d157d Mon Sep 17 00:00:00 2001
From: David Plowman <david.plowman@raspberrypi.com>
Date: Thu, 21 Oct 2021 14:45:07 +0100
Subject: [PATCH] media: i2c: imx519: Sensor should report RAW color
space
Tested on Raspberry Pi running libcamera.
Signed-off-by: David Plowman <david.plowman@raspberrypi.com>
---
drivers/media/i2c/imx519.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/media/i2c/imx519.c
+++ b/drivers/media/i2c/imx519.c
@@ -1317,7 +1317,7 @@ static int imx519_enum_frame_size(struct
static void imx519_reset_colorspace(struct v4l2_mbus_framefmt *fmt)
{
- fmt->colorspace = V4L2_COLORSPACE_SRGB;
+ fmt->colorspace = V4L2_COLORSPACE_RAW;
fmt->ycbcr_enc = V4L2_MAP_YCBCR_ENC_DEFAULT(fmt->colorspace);
fmt->quantization = V4L2_MAP_QUANTIZATION_DEFAULT(true,
fmt->colorspace,