Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_legacy_crtc.c302 uint32_t crtc_ext_cntl = 0; in radeon_crtc_dpms() local
323 crtc_ext_cntl = RADEON_CRTC_CRT_ON; in radeon_crtc_dpms()
335 WREG32_P(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl, ~(mask | crtc_ext_cntl)); in radeon_crtc_dpms()
351 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()
H A Dradeon_legacy_encoders.c523 uint32_t crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_legacy_primary_dac_dpms() local
531 crtc_ext_cntl |= RADEON_CRTC_CRT_ON; in radeon_legacy_primary_dac_dpms()
540 crtc_ext_cntl &= ~RADEON_CRTC_CRT_ON; in radeon_legacy_primary_dac_dpms()
550 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_legacy_primary_dac_dpms()
646 uint32_t vclk_ecp_cntl, crtc_ext_cntl; in radeon_legacy_primary_dac_detect() local
661 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_legacy_primary_dac_detect()
670 tmp = crtc_ext_cntl | RADEON_CRTC_CRT_ON; in radeon_legacy_primary_dac_detect()
710 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in radeon_legacy_primary_dac_detect()
1538 uint32_t disp_output_cntl = 0, disp_hw_debug = 0, crtc_ext_cntl = 0; in radeon_legacy_tv_dac_detect() local
1586 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in radeon_legacy_tv_dac_detect()
[all …]
H A Dradeon_bios.c516 uint32_t crtc_ext_cntl; in legacy_read_disabled_bios() local
528 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in legacy_read_disabled_bios()
564 ((crtc_ext_cntl & ~RADEON_CRTC_CRT_ON) | in legacy_read_disabled_bios()
585 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in legacy_read_disabled_bios()
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dati_radeon_fb.c322 mode->crtc_ext_cntl = 0x00008048; in radeon_setmode()
331 OUTREGP(CRTC_EXT_CNTL, mode->crtc_ext_cntl, in radeon_setmode()
365 mode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN | CRTC_CRT_ON; in radeon_setmode_9200()
517 OUTREGP(CRTC_EXT_CNTL, mode->crtc_ext_cntl, in radeon_setmode_9200()
534 OUTREGP(CRTC_EXT_CNTL, mode->crtc_ext_cntl, in radeon_setmode_9200()
H A Dati_radeon_fb.h176 u32 crtc_ext_cntl; member
/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Dradeon_base.c1314 save->crtc_ext_cntl = INREG(CRTC_EXT_CNTL); in radeon_save_state()
1480 OUTREGP(CRTC_EXT_CNTL, mode->crtc_ext_cntl, in radeon_write_mode()
1740 newmode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN; in radeonfb_set_par()
1742 newmode->crtc_ext_cntl |= CRTC_CRT_ON; in radeonfb_set_par()
1747 newmode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN | in radeonfb_set_par()
1911 newmode->crtc_ext_cntl &= ~CRTC_CRT_ON; in radeonfb_set_par()
H A Dradeonfb.h185 u32 crtc_ext_cntl; member