mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
drm/dp: Rename YCbCr420 bpp delta mask to native
Rename DP_DSC_RGB_YCbCr420_MAX_BPP_DELTA_MASK to DP_DSC_NATIVE_YCbCr420_MAX_BPP_DELTA_MASK to align with the DP DSC specification, where the field represents the native YCbCr 4:2:0 format. Signed-off-by: Nemesa Garg <nemesa.garg@intel.com> Reviewed-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com> Link: https://patch.msgid.link/20260623094236.1586318-3-nemesa.garg@intel.com
This commit is contained in:
parent
23102b004a
commit
ce7999a272
|
|
@ -356,7 +356,7 @@
|
|||
|
||||
#define DP_DSC_MAX_BPP_DELTA_VERSION_1 0x06E
|
||||
# define DP_DSC_RGB_YCbCr444_MAX_BPP_DELTA_MASK 0x1f
|
||||
# define DP_DSC_RGB_YCbCr420_MAX_BPP_DELTA_MASK 0xe0
|
||||
# define DP_DSC_NATIVE_YCbCr420_MAX_BPP_DELTA_MASK 0xe0
|
||||
|
||||
#define DP_DSC_BITS_PER_PIXEL_INC 0x06F
|
||||
# define DP_DSC_BITS_PER_PIXEL_1_16 0x0
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user