mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
[MAX96712][MAX96726]support RAW10 and RAW16 to ToT
Bug 5277201 Change-Id: I0d402e7d26b700f78e3a5ce4a461b33f4f2cda1c Signed-off-by: Shawn Bai <xueyuanb@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3458947 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: Jukka Kaartinen <jkaartinen@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: Narendra Kondapalli <nkondapalli@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Ankur Pawar <ankurp@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
ef3128dda2
commit
2e202467e3
@@ -139,6 +139,16 @@ static const struct camera_common_colorfmt camera_common_color_fmts[] = {
|
||||
V4L2_COLORSPACE_SRGB,
|
||||
V4L2_PIX_FMT_VYUY,
|
||||
},
|
||||
{
|
||||
MEDIA_BUS_FMT_SBGGR10_1X10,
|
||||
V4L2_COLORSPACE_RAW,
|
||||
V4L2_PIX_FMT_SBGGR10,
|
||||
},
|
||||
{
|
||||
MEDIA_BUS_FMT_SBGGR16_1X16,
|
||||
V4L2_COLORSPACE_RAW,
|
||||
V4L2_PIX_FMT_SBGGR16
|
||||
}
|
||||
};
|
||||
|
||||
struct camera_common_csi_io_pad_ctx {
|
||||
|
||||
Reference in New Issue
Block a user