Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c518 uint32_t dac_macro_cntl = RREG32(RADEON_DAC_MACRO_CNTL); in radeon_legacy_primary_dac_dpms() local
526 dac_macro_cntl &= ~(RADEON_DAC_PDWN_R | in radeon_legacy_primary_dac_dpms()
535 dac_macro_cntl |= (RADEON_DAC_PDWN_R | in radeon_legacy_primary_dac_dpms()
545 WREG32(RADEON_DAC_MACRO_CNTL, dac_macro_cntl); in radeon_legacy_primary_dac_dpms()
622 dac_macro_cntl = p_dac->ps2_pdac_adj; in radeon_legacy_primary_dac_mode_set()
624 dac_macro_cntl = RREG32(RADEON_DAC_MACRO_CNTL); in radeon_legacy_primary_dac_mode_set()
626 WREG32(RADEON_DAC_MACRO_CNTL, dac_macro_cntl); in radeon_legacy_primary_dac_mode_set()
640 uint32_t dac_ext_cntl, dac_cntl, dac_macro_cntl, tmp; in radeon_legacy_primary_dac_detect() local
657 dac_macro_cntl = RREG32(RADEON_DAC_MACRO_CNTL); in radeon_legacy_primary_dac_detect()
687 tmp = dac_macro_cntl; in radeon_legacy_primary_dac_detect()
[all …]