Searched refs:crtc_ext_cntl (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_crtc.c | 302 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 D | radeon_legacy_encoders.c | 516 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 …]
|
H A D | radeon_bios.c | 517 uint32_t crtc_ext_cntl; in legacy_read_disabled_bios() local 529 crtc_ext_cntl = RREG32(RADEON_CRTC_EXT_CNTL); in legacy_read_disabled_bios() 565 ((crtc_ext_cntl & ~RADEON_CRTC_CRT_ON) | in legacy_read_disabled_bios() 586 WREG32(RADEON_CRTC_EXT_CNTL, crtc_ext_cntl); in legacy_read_disabled_bios()
|
/openbmc/u-boot/drivers/video/ |
H A D | ati_radeon_fb.c | 321 mode->crtc_ext_cntl = 0x00008048; in radeon_setmode() 330 OUTREGP(CRTC_EXT_CNTL, mode->crtc_ext_cntl, in radeon_setmode() 364 mode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN | CRTC_CRT_ON; in radeon_setmode_9200() 516 OUTREGP(CRTC_EXT_CNTL, mode->crtc_ext_cntl, in radeon_setmode_9200() 533 OUTREGP(CRTC_EXT_CNTL, mode->crtc_ext_cntl, in radeon_setmode_9200()
|
H A D | ati_radeon_fb.h | 176 u32 crtc_ext_cntl; member
|
/openbmc/qemu/hw/display/ |
H A D | ati_int.h | 41 uint32_t crtc_ext_cntl; member
|
H A D | ati.c | 322 val = ati_reg_read_offs(s->regs.crtc_ext_cntl, in ati_mm_read() 608 uint32_t val = s->regs.crtc_ext_cntl; in ati_mm_write() 609 ati_reg_write_offs(&s->regs.crtc_ext_cntl, in ati_mm_write() 611 if (s->regs.crtc_ext_cntl & CRT_CRTC_DISPLAY_DIS) { in ati_mm_write() 620 (s->regs.crtc_ext_cntl & CRT_CRTC_DISPLAY_DIS)) { in ati_mm_write()
|
/openbmc/linux/drivers/video/fbdev/aty/ |
H A D | radeon_base.c | 1315 save->crtc_ext_cntl = INREG(CRTC_EXT_CNTL); in radeon_save_state() 1481 OUTREGP(CRTC_EXT_CNTL, mode->crtc_ext_cntl, in radeon_write_mode() 1741 newmode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN; in radeonfb_set_par() 1743 newmode->crtc_ext_cntl |= CRTC_CRT_ON; in radeonfb_set_par() 1748 newmode->crtc_ext_cntl = VGA_ATI_LINEAR | XCRT_CNT_EN | in radeonfb_set_par() 1912 newmode->crtc_ext_cntl &= ~CRTC_CRT_ON; in radeonfb_set_par()
|
H A D | radeonfb.h | 185 u32 crtc_ext_cntl; member
|