Searched refs:HDMI_DEEP_COLOR_ENABLE (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | evergreen_hdmi.c | 325 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()
|
D | evergreend.h | 525 # define HDMI_DEEP_COLOR_ENABLE (1 << 24) macro
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v11_0.c | 1802 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()
|
D | dce_v10_0.c | 1814 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()
|