Home
last modified time | relevance | path

Searched refs:HDMI_DEEP_COLOR_ENABLE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/radeon/
Devergreen_hdmi.c325 val &= ~HDMI_DEEP_COLOR_ENABLE; in dce4_hdmi_set_color_depth()
338 val |= HDMI_DEEP_COLOR_ENABLE; in dce4_hdmi_set_color_depth()
344 val |= HDMI_DEEP_COLOR_ENABLE; in dce4_hdmi_set_color_depth()
Devergreend.h525 # define HDMI_DEEP_COLOR_ENABLE (1 << 24) macro
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Ddce_v11_0.c1802 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 0); in dce_v11_0_afmt_setmode()
1808 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 1); in dce_v11_0_afmt_setmode()
1814 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 1); in dce_v11_0_afmt_setmode()
Ddce_v10_0.c1814 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 0); in dce_v10_0_afmt_setmode()
1820 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 1); in dce_v10_0_afmt_setmode()
1826 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 1); in dce_v10_0_afmt_setmode()