Symbol: HDMI_DEEP_COLOR_ENABLE
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1589
tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 0);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1595
tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 1);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1601
tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 1);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1631
tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 0);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1637
tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 1);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1643
tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 1);
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
565
HDMI_DEEP_COLOR_ENABLE, 0);
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
570
HDMI_DEEP_COLOR_ENABLE, 0,
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
583
HDMI_DEEP_COLOR_ENABLE, 0);
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
587
HDMI_DEEP_COLOR_ENABLE, 1);
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
594
HDMI_DEEP_COLOR_ENABLE, 0);
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
598
HDMI_DEEP_COLOR_ENABLE, 1);
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
604
HDMI_DEEP_COLOR_ENABLE, 1);
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.h
138
SE_SF(HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, mask_sh),\
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.h
223
SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, mask_sh),\
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.h
408
uint8_t HDMI_DEEP_COLOR_ENABLE;
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.h
538
uint32_t HDMI_DEEP_COLOR_ENABLE;
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
504
HDMI_DEEP_COLOR_ENABLE, 0,
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
517
HDMI_DEEP_COLOR_ENABLE, 0);
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
521
HDMI_DEEP_COLOR_ENABLE, 1);
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
528
HDMI_DEEP_COLOR_ENABLE, 0);
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
532
HDMI_DEEP_COLOR_ENABLE, 1);
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
538
HDMI_DEEP_COLOR_ENABLE, 1);
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h
175
SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, mask_sh),\
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h
345
type HDMI_DEEP_COLOR_ENABLE;\
sys/dev/drm/radeon/evergreen_hdmi.c
346
val &= ~HDMI_DEEP_COLOR_ENABLE;
sys/dev/drm/radeon/evergreen_hdmi.c
359
val |= HDMI_DEEP_COLOR_ENABLE;
sys/dev/drm/radeon/evergreen_hdmi.c
365
val |= HDMI_DEEP_COLOR_ENABLE;