mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-23 09:35:53 -04:00
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:
committed by
Heiko Stuebner
parent
e1696f1fc9
commit
09dfa47fc5
@@ -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;
|
||||
}
|
||||
|
||||
@@ -373,7 +373,7 @@ enum vop_csc_format {
|
||||
CSC_BT601L,
|
||||
CSC_BT709L,
|
||||
CSC_BT601F,
|
||||
CSC_BT2020,
|
||||
CSC_BT2020L,
|
||||
};
|
||||
|
||||
enum src_factor_mode {
|
||||
|
||||
Reference in New Issue
Block a user