/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_stream_encoder.c | 526 REG_UPDATE(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0); in enc1_stream_encoder_hdmi_set_stream_attribute() 531 HDMI_DEEP_COLOR_DEPTH, 1, in enc1_stream_encoder_hdmi_set_stream_attribute() 535 HDMI_DEEP_COLOR_DEPTH, 1, in enc1_stream_encoder_hdmi_set_stream_attribute() 542 HDMI_DEEP_COLOR_DEPTH, 2, in enc1_stream_encoder_hdmi_set_stream_attribute() 546 HDMI_DEEP_COLOR_DEPTH, 2, in enc1_stream_encoder_hdmi_set_stream_attribute() 552 HDMI_DEEP_COLOR_DEPTH, 3, in enc1_stream_encoder_hdmi_set_stream_attribute()
|
D | dcn10_stream_encoder.h | 192 SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\ 376 type HDMI_DEEP_COLOR_DEPTH;\
|
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_stream_encoder.c | 590 REG_UPDATE(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0); in dce110_stream_encoder_hdmi_set_stream_attribute() 595 HDMI_DEEP_COLOR_DEPTH, 1, in dce110_stream_encoder_hdmi_set_stream_attribute() 599 HDMI_DEEP_COLOR_DEPTH, 1, in dce110_stream_encoder_hdmi_set_stream_attribute() 606 HDMI_DEEP_COLOR_DEPTH, 2, in dce110_stream_encoder_hdmi_set_stream_attribute() 610 HDMI_DEEP_COLOR_DEPTH, 2, in dce110_stream_encoder_hdmi_set_stream_attribute() 616 HDMI_DEEP_COLOR_DEPTH, 3, in dce110_stream_encoder_hdmi_set_stream_attribute()
|
D | dce_stream_encoder.h | 139 SE_SF(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\ 225 SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\ 412 uint8_t HDMI_DEEP_COLOR_DEPTH; member 543 uint32_t HDMI_DEEP_COLOR_DEPTH; member
|
/Linux-v5.4/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-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v10_0.c | 1597 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0); in dce_v10_0_afmt_setmode() 1603 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 1); in dce_v10_0_afmt_setmode() 1609 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 2); in dce_v10_0_afmt_setmode()
|
D | dce_v11_0.c | 1639 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0); in dce_v11_0_afmt_setmode() 1645 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 1); in dce_v11_0_afmt_setmode() 1651 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 2); in dce_v11_0_afmt_setmode()
|
/Linux-v5.4/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
|
D | dce_11_2_enum.h | 2499 typedef enum HDMI_DEEP_COLOR_DEPTH { enum 2504 } HDMI_DEEP_COLOR_DEPTH; typedef
|
/Linux-v5.4/drivers/gpu/drm/amd/include/ |
D | vega10_enum.h | 3853 typedef enum HDMI_DEEP_COLOR_DEPTH { enum 3858 } HDMI_DEEP_COLOR_DEPTH; typedef
|
D | navi10_enum.h | 6323 typedef enum HDMI_DEEP_COLOR_DEPTH { enum 6328 } HDMI_DEEP_COLOR_DEPTH; typedef
|