Searched refs:dac_macro_cntl (Results 1 – 1 of 1) sorted by relevance
496 uint32_t dac_macro_cntl = RREG32(RADEON_DAC_MACRO_CNTL); in radeon_legacy_primary_dac_dpms() local504 dac_macro_cntl &= ~(RADEON_DAC_PDWN_R | in radeon_legacy_primary_dac_dpms()513 dac_macro_cntl |= (RADEON_DAC_PDWN_R | in radeon_legacy_primary_dac_dpms()521 WREG32(RADEON_DAC_MACRO_CNTL, dac_macro_cntl); in radeon_legacy_primary_dac_dpms()561 uint32_t disp_output_cntl, dac_cntl, dac2_cntl, dac_macro_cntl; in radeon_legacy_primary_dac_mode_set() local598 dac_macro_cntl = p_dac->ps2_pdac_adj; in radeon_legacy_primary_dac_mode_set()600 dac_macro_cntl = RREG32(RADEON_DAC_MACRO_CNTL); in radeon_legacy_primary_dac_mode_set()601 dac_macro_cntl |= RADEON_DAC_PDWN_R | RADEON_DAC_PDWN_G | RADEON_DAC_PDWN_B; in radeon_legacy_primary_dac_mode_set()602 WREG32(RADEON_DAC_MACRO_CNTL, dac_macro_cntl); in radeon_legacy_primary_dac_mode_set()616 uint32_t dac_ext_cntl, dac_cntl, dac_macro_cntl, tmp; in radeon_legacy_primary_dac_detect() local[all …]