Home
last modified time | relevance | path

Searched refs:HDMI_DEEP_COLOR_OFF (Results 1 – 3 of 3) sorted by relevance

/drivers/hdf_core/framework/support/platform/src/hdmi/
Dhdmi_core.c795 …if ((commAttr->deepColor != HDMI_DEEP_COLOR_OFF) && (commAttr->deepColor != HDMI_DEEP_COLOR_24BITS… in HdmiTmdsClockUpdate()
968 …videoAttr->deepColor != HDMI_DEEP_COLOR_24BITS) && (videoAttr->deepColor != HDMI_DEEP_COLOR_OFF)) { in HdmiDeepColorCheck()
969 videoAttr->deepColor = HDMI_DEEP_COLOR_OFF; in HdmiDeepColorCheck()
987 cntlr->attr.commAttr.deepColor = HDMI_DEEP_COLOR_OFF; in HdmiColorBitSelect()
1194 …if (((commAttr->deepColor == HDMI_DEEP_COLOR_OFF) || (commAttr->deepColor == HDMI_DEEP_COLOR_24BIT… in HdmiCommonAttrChanged()
1195 …((curCommAttr->deepColor == HDMI_DEEP_COLOR_OFF) || (curCommAttr->deepColor == HDMI_DEEP_COLOR_24B… in HdmiCommonAttrChanged()
1294 if (color != HDMI_DEEP_COLOR_24BITS && color != HDMI_DEEP_COLOR_OFF) { in HdmiCntlrDeepColorSet()
Dhdmi_common.c228 deepColor = HDMI_DEEP_COLOR_OFF; in HdmiCommonColorDepthConvertToDeepClolor()
/drivers/hdf_core/framework/include/platform/
Dhdmi_if.h59 HDMI_DEEP_COLOR_OFF = 0xff, enumerator