Home
last modified time | relevance | path

Searched refs:HDMI_DEEP_COLOR_DEPTH (Results 1 – 19 of 19) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_dio_stream_encoder.c152 REG_UPDATE(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0); in enc32_stream_encoder_hdmi_set_stream_attribute()
157 HDMI_DEEP_COLOR_DEPTH, 1, in enc32_stream_encoder_hdmi_set_stream_attribute()
161 HDMI_DEEP_COLOR_DEPTH, 1, in enc32_stream_encoder_hdmi_set_stream_attribute()
168 HDMI_DEEP_COLOR_DEPTH, 2, in enc32_stream_encoder_hdmi_set_stream_attribute()
172 HDMI_DEEP_COLOR_DEPTH, 2, in enc32_stream_encoder_hdmi_set_stream_attribute()
178 HDMI_DEEP_COLOR_DEPTH, 3, in enc32_stream_encoder_hdmi_set_stream_attribute()
Ddcn32_dio_stream_encoder.h105 SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_dio_stream_encoder.c185 REG_UPDATE(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0); in enc314_stream_encoder_hdmi_set_stream_attribute()
190 HDMI_DEEP_COLOR_DEPTH, 1, in enc314_stream_encoder_hdmi_set_stream_attribute()
194 HDMI_DEEP_COLOR_DEPTH, 1, in enc314_stream_encoder_hdmi_set_stream_attribute()
201 HDMI_DEEP_COLOR_DEPTH, 2, in enc314_stream_encoder_hdmi_set_stream_attribute()
205 HDMI_DEEP_COLOR_DEPTH, 2, in enc314_stream_encoder_hdmi_set_stream_attribute()
211 HDMI_DEEP_COLOR_DEPTH, 3, in enc314_stream_encoder_hdmi_set_stream_attribute()
Ddcn314_dio_stream_encoder.h120 SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_dio_stream_encoder.c592 REG_UPDATE(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0); in enc3_stream_encoder_hdmi_set_stream_attribute()
597 HDMI_DEEP_COLOR_DEPTH, 1, in enc3_stream_encoder_hdmi_set_stream_attribute()
601 HDMI_DEEP_COLOR_DEPTH, 1, in enc3_stream_encoder_hdmi_set_stream_attribute()
608 HDMI_DEEP_COLOR_DEPTH, 2, in enc3_stream_encoder_hdmi_set_stream_attribute()
612 HDMI_DEEP_COLOR_DEPTH, 2, in enc3_stream_encoder_hdmi_set_stream_attribute()
618 HDMI_DEEP_COLOR_DEPTH, 3, in enc3_stream_encoder_hdmi_set_stream_attribute()
Ddcn30_dio_stream_encoder.h121 SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_stream_encoder.c515 REG_UPDATE(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0); in enc1_stream_encoder_hdmi_set_stream_attribute()
521 HDMI_DEEP_COLOR_DEPTH, 1, in enc1_stream_encoder_hdmi_set_stream_attribute()
527 HDMI_DEEP_COLOR_DEPTH, 1, in enc1_stream_encoder_hdmi_set_stream_attribute()
536 HDMI_DEEP_COLOR_DEPTH, 2, in enc1_stream_encoder_hdmi_set_stream_attribute()
542 HDMI_DEEP_COLOR_DEPTH, 2, in enc1_stream_encoder_hdmi_set_stream_attribute()
550 HDMI_DEEP_COLOR_DEPTH, 3, in enc1_stream_encoder_hdmi_set_stream_attribute()
Ddcn10_stream_encoder.h208 SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\
417 type HDMI_DEEP_COLOR_DEPTH;\
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce/
Ddce_stream_encoder.c573 REG_UPDATE(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0); in dce110_stream_encoder_hdmi_set_stream_attribute()
578 HDMI_DEEP_COLOR_DEPTH, 1, in dce110_stream_encoder_hdmi_set_stream_attribute()
582 HDMI_DEEP_COLOR_DEPTH, 1, in dce110_stream_encoder_hdmi_set_stream_attribute()
589 HDMI_DEEP_COLOR_DEPTH, 2, in dce110_stream_encoder_hdmi_set_stream_attribute()
593 HDMI_DEEP_COLOR_DEPTH, 2, in dce110_stream_encoder_hdmi_set_stream_attribute()
599 HDMI_DEEP_COLOR_DEPTH, 3, in dce110_stream_encoder_hdmi_set_stream_attribute()
Ddce_stream_encoder.h139 SE_SF(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\
223 SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\
408 uint8_t HDMI_DEEP_COLOR_DEPTH; member
540 uint32_t HDMI_DEEP_COLOR_DEPTH; member
/Linux-v6.1/drivers/gpu/drm/radeon/
Devergreen_hdmi.c340 val |= HDMI_DEEP_COLOR_DEPTH(HDMI_30BIT_DEEP_COLOR); in dce4_hdmi_set_color_depth()
346 val |= HDMI_DEEP_COLOR_DEPTH(HDMI_36BIT_DEEP_COLOR); in dce4_hdmi_set_color_depth()
Devergreend.h526 # define HDMI_DEEP_COLOR_DEPTH(x) (((x) & 3) << 28) macro
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Ddce_v10_0.c1616 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0); in dce_v10_0_afmt_setmode()
1622 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 1); in dce_v10_0_afmt_setmode()
1628 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 2); in dce_v10_0_afmt_setmode()
Ddce_v11_0.c1658 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0); in dce_v11_0_afmt_setmode()
1664 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 1); in dce_v11_0_afmt_setmode()
1670 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 2); in dce_v11_0_afmt_setmode()
/Linux-v6.1/drivers/gpu/drm/amd/include/asic_reg/dce/
Ddce_11_0_enum.h2036 typedef enum HDMI_DEEP_COLOR_DEPTH { enum
2041 } HDMI_DEEP_COLOR_DEPTH; typedef
Ddce_11_2_enum.h2499 typedef enum HDMI_DEEP_COLOR_DEPTH { enum
2504 } HDMI_DEEP_COLOR_DEPTH; typedef
/Linux-v6.1/drivers/gpu/drm/amd/include/
Dvega10_enum.h3854 typedef enum HDMI_DEEP_COLOR_DEPTH { enum
3859 } HDMI_DEEP_COLOR_DEPTH; typedef
Dnavi10_enum.h6323 typedef enum HDMI_DEEP_COLOR_DEPTH { enum
6328 } HDMI_DEEP_COLOR_DEPTH; typedef
Dsoc21_enum.h7023 typedef enum HDMI_DEEP_COLOR_DEPTH { enum
7028 } HDMI_DEEP_COLOR_DEPTH; typedef