Searched refs:dac_ext_cntl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_legacy_encoders.c | 641 uint32_t dac_ext_cntl, dac_cntl, dac_macro_cntl, tmp; in radeon_legacy_primary_dac_detect() local 656 dac_ext_cntl = RREG32(RADEON_DAC_EXT_CNTL); in radeon_legacy_primary_dac_detect() 703 WREG32(RADEON_DAC_EXT_CNTL, dac_ext_cntl); in radeon_legacy_primary_dac_detect() 1305 uint32_t crtc2_gen_cntl, tv_dac_cntl, dac_cntl2, dac_ext_cntl; in r300_legacy_tv_detect() local 1313 dac_ext_cntl = RREG32(RADEON_DAC_EXT_CNTL); in r300_legacy_tv_detect() 1363 WREG32(RADEON_DAC_EXT_CNTL, dac_ext_cntl); in r300_legacy_tv_detect() 1530 uint32_t crtc2_gen_cntl = 0, tv_dac_cntl, dac_cntl2, dac_ext_cntl; in radeon_legacy_tv_dac_detect() local 1591 dac_ext_cntl = RREG32(RADEON_DAC_EXT_CNTL); in radeon_legacy_tv_dac_detect() 1655 WREG32(RADEON_DAC_EXT_CNTL, dac_ext_cntl); in radeon_legacy_tv_dac_detect()
|