Searched refs:HDMI_DEEP_COLOR_DEPTH (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | evergreen_hdmi.c | 339 val |= HDMI_DEEP_COLOR_DEPTH(HDMI_30BIT_DEEP_COLOR); in dce4_hdmi_set_color_depth() 345 val |= HDMI_DEEP_COLOR_DEPTH(HDMI_36BIT_DEEP_COLOR); in dce4_hdmi_set_color_depth()
|
D | evergreend.h | 526 # define HDMI_DEEP_COLOR_DEPTH(x) (((x) & 3) << 28) macro
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v11_0.c | 1803 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0); in dce_v11_0_afmt_setmode() 1809 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 1); in dce_v11_0_afmt_setmode() 1815 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 2); in dce_v11_0_afmt_setmode()
|
D | dce_v10_0.c | 1815 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0); in dce_v10_0_afmt_setmode() 1821 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 1); in dce_v10_0_afmt_setmode() 1827 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 2); in dce_v10_0_afmt_setmode()
|
/linux-4.4.14/drivers/gpu/drm/amd/include/asic_reg/dce/ |
D | dce_11_0_enum.h | 2036 typedef enum HDMI_DEEP_COLOR_DEPTH { enum 2041 } HDMI_DEEP_COLOR_DEPTH; typedef
|