Home
last modified time | relevance | path

Searched refs:crtc_ext_cntl (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/gpu/drm/radeon/
Dradeon_bios.c387 uint32_t crtc_ext_cntl; in legacy_read_disabled_bios() local
396 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in legacy_read_disabled_bios()
429 ((crtc_ext_cntl & ~RADEON_CRTC_CRT_ON) | in legacy_read_disabled_bios()
447 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in legacy_read_disabled_bios()
Dradeon_legacy_encoders.c494 uint32_t crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_legacy_primary_dac_dpms() local
502 crtc_ext_cntl |= RADEON_CRTC_CRT_ON; in radeon_legacy_primary_dac_dpms()
511 crtc_ext_cntl &= ~RADEON_CRTC_CRT_ON; in radeon_legacy_primary_dac_dpms()
519 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_legacy_primary_dac_dpms()
615 uint32_t vclk_ecp_cntl, crtc_ext_cntl; in radeon_legacy_primary_dac_detect() local
622 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_legacy_primary_dac_detect()
631 tmp = crtc_ext_cntl | RADEON_CRTC_CRT_ON; in radeon_legacy_primary_dac_detect()
668 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_legacy_primary_dac_detect()
Dradeon_legacy_crtc.c649 uint32_t crtc_ext_cntl; in radeon_set_crtc_timing() local
670 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_set_crtc_timing()
671 crtc_ext_cntl |= (RADEON_XCRT_CNT_EN | in radeon_set_crtc_timing()
681 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_set_crtc_timing()
/linux-2.6.39/drivers/video/aty/
Dradeon_base.c1211 save->crtc_ext_cntl = INREG(CRTC_EXT_CNTL); in radeon_save_state()
1377 OUTREGP(CRTC_EXT_CNTL, mode->crtc_ext_cntl, in radeon_write_mode()
1643 newmode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN; in radeonfb_set_par()
1645 newmode->crtc_ext_cntl |= CRTC_CRT_ON; in radeonfb_set_par()
1650 newmode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN | in radeonfb_set_par()
1814 newmode->crtc_ext_cntl &= ~CRTC_CRT_ON; in radeonfb_set_par()
Dradeonfb.h184 u32 crtc_ext_cntl; member