Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_legacy_crtc.c298 uint32_t crtc_ext_cntl = 0; in radeon_crtc_dpms() local
319 crtc_ext_cntl = RADEON_CRTC_CRT_ON; in radeon_crtc_dpms()
331 WREG32_P(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl, ~(mask | crtc_ext_cntl)); in radeon_crtc_dpms()
345 WREG32_P(RADEON_CRTC_EXT_CNTL, mask, ~(mask | crtc_ext_cntl)); in radeon_crtc_dpms()
685 uint32_t crtc_ext_cntl; in radeon_set_crtc_timing() local
706 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_set_crtc_timing()
707 crtc_ext_cntl |= (RADEON_XCRT_CNT_EN | in radeon_set_crtc_timing()
717 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_set_crtc_timing()
Dradeon_legacy_encoders.c516 uint32_t crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_legacy_primary_dac_dpms() local
524 crtc_ext_cntl |= RADEON_CRTC_CRT_ON; in radeon_legacy_primary_dac_dpms()
533 crtc_ext_cntl &= ~RADEON_CRTC_CRT_ON; in radeon_legacy_primary_dac_dpms()
543 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_legacy_primary_dac_dpms()
639 uint32_t vclk_ecp_cntl, crtc_ext_cntl; in radeon_legacy_primary_dac_detect() local
654 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_legacy_primary_dac_detect()
663 tmp = crtc_ext_cntl | RADEON_CRTC_CRT_ON; in radeon_legacy_primary_dac_detect()
703 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_legacy_primary_dac_detect()
1531 uint32_t disp_output_cntl = 0, disp_hw_debug = 0, crtc_ext_cntl = 0; in radeon_legacy_tv_dac_detect() local
1579 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_legacy_tv_dac_detect()
[all …]
Dradeon_bios.c505 uint32_t crtc_ext_cntl; in legacy_read_disabled_bios() local
517 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in legacy_read_disabled_bios()
553 ((crtc_ext_cntl & ~RADEON_CRTC_CRT_ON) | in legacy_read_disabled_bios()
574 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in legacy_read_disabled_bios()
/linux-4.1.27/drivers/video/fbdev/aty/
Dradeon_base.c1206 save->crtc_ext_cntl = INREG(CRTC_EXT_CNTL); in radeon_save_state()
1372 OUTREGP(CRTC_EXT_CNTL, mode->crtc_ext_cntl, in radeon_write_mode()
1638 newmode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN; in radeonfb_set_par()
1640 newmode->crtc_ext_cntl |= CRTC_CRT_ON; in radeonfb_set_par()
1645 newmode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN | in radeonfb_set_par()
1809 newmode->crtc_ext_cntl &= ~CRTC_CRT_ON; in radeonfb_set_par()
Dradeonfb.h184 u32 crtc_ext_cntl; member