Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c1311 uint32_t crtc2_gen_cntl, tv_dac_cntl, dac_cntl2, dac_ext_cntl; in r300_legacy_tv_detect() local
1317 dac_cntl2 = RREG32(RADEON_DAC_CNTL2); in r300_legacy_tv_detect()
1372 WREG32(RADEON_DAC_CNTL2, dac_cntl2); in r300_legacy_tv_detect()
1382 uint32_t tv_dac_cntl, dac_cntl2; in radeon_legacy_tv_detect() local
1389 dac_cntl2 = RREG32(RADEON_DAC_CNTL2); in radeon_legacy_tv_detect()
1395 tmp = dac_cntl2 & ~RADEON_DAC2_DAC2_CLK_SEL; in radeon_legacy_tv_detect()
1437 WREG32(RADEON_DAC_CNTL2, dac_cntl2); in radeon_legacy_tv_detect()
1536 uint32_t crtc2_gen_cntl = 0, tv_dac_cntl, dac_cntl2, dac_ext_cntl; in radeon_legacy_tv_dac_detect() local
1598 dac_cntl2 = RREG32(RADEON_DAC_CNTL2); in radeon_legacy_tv_dac_detect()
1646 tmp = dac_cntl2 | RADEON_DAC2_DAC2_CLK_SE in radeon_legacy_tv_dac_detect()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_legacy_encoders.c1304 uint32_t crtc2_gen_cntl, tv_dac_cntl, dac_cntl2, dac_ext_cntl; in r300_legacy_tv_detect() local
1310 dac_cntl2 = RREG32(RADEON_DAC_CNTL2); in r300_legacy_tv_detect()
1365 WREG32(RADEON_DAC_CNTL2, dac_cntl2); in r300_legacy_tv_detect()
1375 uint32_t tv_dac_cntl, dac_cntl2; in radeon_legacy_tv_detect() local
1382 dac_cntl2 = RREG32(RADEON_DAC_CNTL2); in radeon_legacy_tv_detect()
1388 tmp = dac_cntl2 & ~RADEON_DAC2_DAC2_CLK_SEL; in radeon_legacy_tv_detect()
1430 WREG32(RADEON_DAC_CNTL2, dac_cntl2); in radeon_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
1591 dac_cntl2 = RREG32(RADEON_DAC_CNTL2); in radeon_legacy_tv_dac_detect()
1639 tmp = dac_cntl2 | RADEON_DAC2_DAC2_CLK_SE in radeon_legacy_tv_dac_detect()
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/
H A Dradeon_base.c1235 u32 dac_cntl2, vclk_cntl = 0; in radeonfb_setcolreg() local
1247 dac_cntl2 = INREG(DAC_CNTL2); in radeonfb_setcolreg()
1248 dac_cntl2 &= ~DAC2_PALETTE_ACCESS_CNTL; in radeonfb_setcolreg()
1249 OUTREG(DAC_CNTL2, dac_cntl2); in radeonfb_setcolreg()
1265 u32 dac_cntl2, vclk_cntl = 0; in radeonfb_setcmap() local
1277 dac_cntl2 = INREG(DAC_CNTL2); in radeonfb_setcmap()
1278 dac_cntl2 &= ~DAC2_PALETTE_ACCESS_CNTL; in radeonfb_setcmap()
1279 OUTREG(DAC_CNTL2, dac_cntl2); in radeonfb_setcmap()
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/
H A Dradeon_base.c1236 u32 dac_cntl2, vclk_cntl = 0; in radeonfb_setcolreg() local
1248 dac_cntl2 = INREG(DAC_CNTL2); in radeonfb_setcolreg()
1249 dac_cntl2 &= ~DAC2_PALETTE_ACCESS_CNTL; in radeonfb_setcolreg()
1250 OUTREG(DAC_CNTL2, dac_cntl2); in radeonfb_setcolreg()
1266 u32 dac_cntl2, vclk_cntl = 0; in radeonfb_setcmap() local
1278 dac_cntl2 = INREG(DAC_CNTL2); in radeonfb_setcmap()
1279 dac_cntl2 &= ~DAC2_PALETTE_ACCESS_CNTL; in radeonfb_setcmap()
1280 OUTREG(DAC_CNTL2, dac_cntl2); in radeonfb_setcmap()

Completed in 11 milliseconds