Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_crtc.c330 WREG32_P(RADEON_CRTC_GEN_CNTL, RADEON_CRTC_EN, ~(RADEON_CRTC_EN | in radeon_crtc_dpms()
346 WREG32_P(RADEON_CRTC_GEN_CNTL, RADEON_CRTC_DISP_REQ_EN_B, ~(RADEON_CRTC_EN | in radeon_crtc_dpms()
707 crtc_gen_cntl |= RADEON_CRTC_EN; in radeon_set_crtc_timing()
H A Dradeon_bios.c583 ((crtc_gen_cntl & ~RADEON_CRTC_EN) |
H A Dradeon_device.c720 if (reg & RADEON_CRTC_EN) { in radeon_card_posted()
H A Dradeon_reg.h447 # define RADEON_CRTC_EN (1 << 25) macro
H A Dr100.c119 if (!(RREG32(RADEON_CRTC_GEN_CNTL) & RADEON_CRTC_EN)) in r100_wait_for_vblank()