Symbol: HDMI_DEEP_COLOR_DEPTH
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1590
tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1596
tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 1);
sys/dev/drm/amd/amdgpu/dce_v10_0.c
1602
tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 2);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1632
tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1638
tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 1);
sys/dev/drm/amd/amdgpu/dce_v11_0.c
1644
tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 2);
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
577
REG_UPDATE(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0);
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
582
HDMI_DEEP_COLOR_DEPTH, 1,
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
586
HDMI_DEEP_COLOR_DEPTH, 1,
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
593
HDMI_DEEP_COLOR_DEPTH, 2,
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
597
HDMI_DEEP_COLOR_DEPTH, 2,
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.c
603
HDMI_DEEP_COLOR_DEPTH, 3,
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.h
139
SE_SF(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.h
224
SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.h
410
uint8_t HDMI_DEEP_COLOR_DEPTH;
sys/dev/drm/amd/display/dc/dce/dce_stream_encoder.h
540
uint32_t HDMI_DEEP_COLOR_DEPTH;
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
511
REG_UPDATE(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0);
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
516
HDMI_DEEP_COLOR_DEPTH, 1,
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
520
HDMI_DEEP_COLOR_DEPTH, 1,
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
527
HDMI_DEEP_COLOR_DEPTH, 2,
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
531
HDMI_DEEP_COLOR_DEPTH, 2,
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c
537
HDMI_DEEP_COLOR_DEPTH, 3,
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h
176
SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\
sys/dev/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h
347
type HDMI_DEEP_COLOR_DEPTH;\
sys/dev/drm/radeon/evergreen_hdmi.c
360
val |= HDMI_DEEP_COLOR_DEPTH(HDMI_30BIT_DEEP_COLOR);
sys/dev/drm/radeon/evergreen_hdmi.c
366
val |= HDMI_DEEP_COLOR_DEPTH(HDMI_36BIT_DEEP_COLOR);