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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_stream_encoder.c 584 HDMI_DEEP_COLOR_ENABLE, 0);
589 HDMI_DEEP_COLOR_ENABLE, 0,
602 HDMI_DEEP_COLOR_ENABLE, 0);
606 HDMI_DEEP_COLOR_ENABLE, 1);
613 HDMI_DEEP_COLOR_ENABLE, 0);
617 HDMI_DEEP_COLOR_ENABLE, 1);
623 HDMI_DEEP_COLOR_ENABLE, 1);
1055 HDMI_DEEP_COLOR_ENABLE, 0,
1062 HDMI_DEEP_COLOR_ENABLE, 0);
dce_stream_encoder.h 140 SE_SF(HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, mask_sh),\
226 SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, mask_sh),\
412 uint8_t HDMI_DEEP_COLOR_ENABLE;
543 uint32_t HDMI_DEEP_COLOR_ENABLE;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_stream_encoder.c 521 HDMI_DEEP_COLOR_ENABLE, 0,
535 HDMI_DEEP_COLOR_ENABLE, 0);
539 HDMI_DEEP_COLOR_ENABLE, 1);
546 HDMI_DEEP_COLOR_ENABLE, 0);
550 HDMI_DEEP_COLOR_ENABLE, 1);
556 HDMI_DEEP_COLOR_ENABLE, 1);
1018 HDMI_DEEP_COLOR_ENABLE, 0,
dcn10_stream_encoder.h 191 SE_SF(DIG0_HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, mask_sh),\
374 type HDMI_DEEP_COLOR_ENABLE;\
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_evergreen_hdmi.c 330 val &= ~HDMI_DEEP_COLOR_ENABLE;
343 val |= HDMI_DEEP_COLOR_ENABLE;
349 val |= HDMI_DEEP_COLOR_ENABLE;
evergreend.h 527 # define HDMI_DEEP_COLOR_ENABLE (1 << 24)
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_dce_v10_0.c 1619 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 0);
1625 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 1);
1631 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 1);
amdgpu_dce_v11_0.c 1661 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 0);
1667 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 1);
1673 tmp = REG_SET_FIELD(tmp, HDMI_CONTROL, HDMI_DEEP_COLOR_ENABLE, 1);

Completed in 26 milliseconds