drm/rockchip: vop2: Rename CSC_BT2020 to CSC_BT2020L

Rename CSC_BT2020 to CSC_BT2020L for consistency with the other
limited-range enum members (CSC_BT601L, CSC_BT709L) and to distinguish
it from a potential future full-range BT.2020 variant.

Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Acked-by: Andy Yan <andyshrk@163.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patch.msgid.link/20260601-vop2-bg-yuv-v2-1-e5aef1d16fec@collabora.com
This commit is contained in:
Cristian Ciocaltea
2026-06-01 21:00:03 +03:00
committed by Heiko Stuebner
parent e1696f1fc9
commit 09dfa47fc5
2 changed files with 2 additions and 2 deletions

View File

@@ -658,7 +658,7 @@ static int vop2_convert_csc_mode(int csc_mode)
case V4L2_COLORSPACE_JPEG:
return CSC_BT601F;
case V4L2_COLORSPACE_BT2020:
return CSC_BT2020;
return CSC_BT2020L;
default:
return CSC_BT709L;
}

View File

@@ -373,7 +373,7 @@ enum vop_csc_format {
CSC_BT601L,
CSC_BT709L,
CSC_BT601F,
CSC_BT2020,
CSC_BT2020L,
};
enum src_factor_mode {