Searched refs:RADEON_CRTC_VBLANK_STAT (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/efb/src/
H A Dradeon_irq.c83 RADEON_CRTC_VBLANK_STAT | RADEON_CRTC2_VBLANK_STAT));
95 if (stat & (RADEON_CRTC_VBLANK_STAT | RADEON_CRTC2_VBLANK_STAT)) {
101 if (stat & RADEON_CRTC_VBLANK_STAT)
105 } else if (((stat & RADEON_CRTC_VBLANK_STAT) &&
307 (RADEON_SW_INT_TEST_ACK | RADEON_CRTC_VBLANK_STAT |
H A Dradeon_drv.h523 #define RADEON_CRTC_VBLANK_STAT (1 << 0) macro

Completed in 18 milliseconds