Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_crtc.c328 WREG32_P(RADEON_CRTC2_GEN_CNTL, RADEON_CRTC2_EN, ~(RADEON_CRTC2_EN | mask)); in radeon_crtc_dpms()
344 WREG32_P(RADEON_CRTC2_GEN_CNTL, mask, ~(RADEON_CRTC2_EN | mask)); in radeon_crtc_dpms()
676 crtc2_gen_cntl |= RADEON_CRTC2_EN; in radeon_set_crtc_timing()
H A Dradeon_bios.c588 ((crtc2_gen_cntl & ~RADEON_CRTC2_EN) |
H A Dradeon_legacy_encoders.c1482 WREG32(RADEON_CRTC2_GEN_CNTL, (RADEON_CRTC2_EN | in radeon_legacy_ext_dac_detect()
H A Dradeon_reg.h462 # define RADEON_CRTC2_EN (1 << 25) macro
H A Dr100.c122 if (!(RREG32(RADEON_CRTC2_GEN_CNTL) & RADEON_CRTC2_EN)) in r100_wait_for_vblank()