mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
media: rockchip: isp1: fix wrong RG10 format
Change-Id: Ibf4f36cd6e63b0cdf59237ad48b3847c403e0dc3 Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
This commit is contained in:
@@ -282,7 +282,7 @@ static const struct capture_fmt mp_fmts[] = {
|
||||
.mplanes = 1,
|
||||
.write_format = MI_CTRL_MP_WRITE_YUV_PLA_OR_RAW8,
|
||||
}, {
|
||||
.fourcc = V4L2_PIX_FMT_SRGGB8,
|
||||
.fourcc = V4L2_PIX_FMT_SRGGB10,
|
||||
.fmt_type = FMT_BAYER,
|
||||
.bpp = { 10 },
|
||||
.mplanes = 1,
|
||||
|
||||
Reference in New Issue
Block a user