Searched refs:dac_ext_cntl (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/radeon/ |
D | radeon_legacy_encoders.c | 640 uint32_t dac_ext_cntl, dac_cntl, dac_macro_cntl, tmp; in radeon_legacy_primary_dac_detect() local 655 dac_ext_cntl = RREG32(RADEON_DAC_EXT_CNTL); in radeon_legacy_primary_dac_detect() 702 WREG32(RADEON_DAC_EXT_CNTL, dac_ext_cntl); in radeon_legacy_primary_dac_detect() 1304 uint32_t crtc2_gen_cntl, tv_dac_cntl, dac_cntl2, dac_ext_cntl; in r300_legacy_tv_detect() local 1312 dac_ext_cntl = RREG32(RADEON_DAC_EXT_CNTL); in r300_legacy_tv_detect() 1362 WREG32(RADEON_DAC_EXT_CNTL, dac_ext_cntl); in r300_legacy_tv_detect() 1529 uint32_t crtc2_gen_cntl = 0, tv_dac_cntl, dac_cntl2, dac_ext_cntl; in radeon_legacy_tv_dac_detect() local 1590 dac_ext_cntl = RREG32(RADEON_DAC_EXT_CNTL); in radeon_legacy_tv_dac_detect() 1654 WREG32(RADEON_DAC_EXT_CNTL, dac_ext_cntl); in radeon_legacy_tv_dac_detect()
|