media: rockchip: isp: remove unsupported formats

Change-Id: Idb5e1b4350230f156fa5e8cea43893b0526998d9
Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
Cai YiWei
2022-10-24 14:28:26 +08:00
committed by Tao Huang
parent 13b4acb9e4
commit 25ee175508
2 changed files with 0 additions and 22 deletions

View File

@@ -345,17 +345,6 @@ static const struct capture_fmt sp_fmts[] = {
.write_format = MI_CTRL_SP_WRITE_PLA,
.output_format = MI_CTRL_SP_OUTPUT_RGB565,
},
/* fbcg */
{
.fourcc = V4L2_PIX_FMT_FBCG,
.fmt_type = FMT_FBCGAIN,
.bpp = { 8, 16 },
.cplanes = 2,
.mplanes = 2,
.uv_swap = 0,
.write_format = MI_CTRL_SP_WRITE_SPLA,
.output_format = MI_CTRL_SP_OUTPUT_YUV420,
}
};
static const struct capture_fmt dmatx_fmts[] = {
/* raw */

View File

@@ -193,17 +193,6 @@ static const struct capture_fmt sp_fmts[] = {
.write_format = MI_CTRL_SP_WRITE_PLA,
.output_format = MI_CTRL_SP_OUTPUT_RGB565,
},
/* fbcg */
{
.fourcc = V4L2_PIX_FMT_FBCG,
.fmt_type = FMT_FBCGAIN,
.bpp = { 8, 16 },
.cplanes = 2,
.mplanes = 2,
.uv_swap = 0,
.write_format = MI_CTRL_SP_WRITE_SPLA,
.output_format = MI_CTRL_SP_OUTPUT_YUV420,
}
};
static const struct capture_fmt bp_fmts[] = {