HomeSort by: relevance | last modified time | path
    Searched refs:HDMI_DEEP_COLOR_DEPTH (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_stream_encoder.c 596 REG_UPDATE(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0);
601 HDMI_DEEP_COLOR_DEPTH, 1,
605 HDMI_DEEP_COLOR_DEPTH, 1,
612 HDMI_DEEP_COLOR_DEPTH, 2,
616 HDMI_DEEP_COLOR_DEPTH, 2,
622 HDMI_DEEP_COLOR_DEPTH, 3,
dce_stream_encoder.h 141 SE_SF(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\
227 SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\
414 uint8_t HDMI_DEEP_COLOR_DEPTH;
545 uint32_t HDMI_DEEP_COLOR_DEPTH;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_stream_encoder.c 529 REG_UPDATE(HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0);
534 HDMI_DEEP_COLOR_DEPTH, 1,
538 HDMI_DEEP_COLOR_DEPTH, 1,
545 HDMI_DEEP_COLOR_DEPTH, 2,
549 HDMI_DEEP_COLOR_DEPTH, 2,
555 HDMI_DEEP_COLOR_DEPTH, 3,
dcn10_stream_encoder.h 192 SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, mask_sh),\
376 type HDMI_DEEP_COLOR_DEPTH;\
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen_hdmi.c 344 val |= HDMI_DEEP_COLOR_DEPTH(HDMI_30BIT_DEEP_COLOR);
350 val |= HDMI_DEEP_COLOR_DEPTH(HDMI_36BIT_DEEP_COLOR);
evergreend.h 528 # define HDMI_DEEP_COLOR_DEPTH(x) (((x) & 3) << 28)
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v10_0.c 1620 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0);
1626 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 1);
1632 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 2);
amdgpu_dce_v11_0.c 1662 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 0);
1668 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 1);
1674 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_DEPTH, 2);
  /src/sys/external/bsd/drm2/dist/drm/amd/include/asic_reg/dce/
dce_11_0_enum.h 2038 typedef enum HDMI_DEEP_COLOR_DEPTH {
2043 } HDMI_DEEP_COLOR_DEPTH;
dce_11_2_enum.h 2501 typedef enum HDMI_DEEP_COLOR_DEPTH {
2506 } HDMI_DEEP_COLOR_DEPTH;
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
navi10_enum.h 6322 * HDMI_DEEP_COLOR_DEPTH enum
6325 typedef enum HDMI_DEEP_COLOR_DEPTH {
6330 } HDMI_DEEP_COLOR_DEPTH;
vega10_enum.h 3853 * HDMI_DEEP_COLOR_DEPTH enum
3856 typedef enum HDMI_DEEP_COLOR_DEPTH {
3861 } HDMI_DEEP_COLOR_DEPTH;

Completed in 208 milliseconds