media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC
These names have been renamed in the CTA-861 standard due to trademark issues. Replace them here as well so they are in sync with the standard. Signed-off-by: Hans Verkuil <hansverk@cisco.com> Cc: stable@vger.kernel.org Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:

committed by
Mauro Carvalho Chehab

parent
db03401824
commit
463659a08d
@@ -592,10 +592,10 @@ hdmi_extended_colorimetry_get_name(enum hdmi_extended_colorimetry ext_col)
|
||||
return "xvYCC 709";
|
||||
case HDMI_EXTENDED_COLORIMETRY_S_YCC_601:
|
||||
return "sYCC 601";
|
||||
case HDMI_EXTENDED_COLORIMETRY_ADOBE_YCC_601:
|
||||
return "Adobe YCC 601";
|
||||
case HDMI_EXTENDED_COLORIMETRY_ADOBE_RGB:
|
||||
return "Adobe RGB";
|
||||
case HDMI_EXTENDED_COLORIMETRY_OPYCC_601:
|
||||
return "opYCC 601";
|
||||
case HDMI_EXTENDED_COLORIMETRY_OPRGB:
|
||||
return "opRGB";
|
||||
case HDMI_EXTENDED_COLORIMETRY_BT2020_CONST_LUM:
|
||||
return "BT.2020 Constant Luminance";
|
||||
case HDMI_EXTENDED_COLORIMETRY_BT2020:
|
||||
|
Reference in New Issue
Block a user