mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
media: rockchip: isp: remove unsupported formats
Change-Id: Idb5e1b4350230f156fa5e8cea43893b0526998d9 Signed-off-by: Cai YiWei <cyw@rock-chips.com>
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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[] = {
|
||||
|
||||
Reference in New Issue
Block a user