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

/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c518 uint32_t dac_macro_cntl = RREG32(RADEON_DAC_MACRO_CNTL); radeon_legacy_primary_dac_dpms() local
526 dac_macro_cntl &= ~(RADEON_DAC_PDWN_R | radeon_legacy_primary_dac_dpms()
535 dac_macro_cntl |= (RADEON_DAC_PDWN_R | radeon_legacy_primary_dac_dpms()
545 WREG32(RADEON_DAC_MACRO_CNTL, dac_macro_cntl); radeon_legacy_primary_dac_dpms()
585 uint32_t disp_output_cntl, dac_cntl, dac2_cntl, dac_macro_cntl; radeon_legacy_primary_dac_mode_set() local
622 dac_macro_cntl = p_dac->ps2_pdac_adj; radeon_legacy_primary_dac_mode_set()
624 dac_macro_cntl = RREG32(RADEON_DAC_MACRO_CNTL); radeon_legacy_primary_dac_mode_set()
625 dac_macro_cntl |= RADEON_DAC_PDWN_R | RADEON_DAC_PDWN_G | RADEON_DAC_PDWN_B; radeon_legacy_primary_dac_mode_set()
626 WREG32(RADEON_DAC_MACRO_CNTL, dac_macro_cntl); radeon_legacy_primary_dac_mode_set()
640 uint32_t dac_ext_cntl, dac_cntl, dac_macro_cntl, tmp; radeon_legacy_primary_dac_detect() local
657 dac_macro_cntl = RREG32(RADEON_DAC_MACRO_CNTL); radeon_legacy_primary_dac_detect()
687 tmp = dac_macro_cntl; radeon_legacy_primary_dac_detect()
701 WREG32(RADEON_DAC_MACRO_CNTL, dac_macro_cntl); radeon_legacy_primary_dac_detect()

Completed in 53 milliseconds