Searched refs:LB_D3_VBLANK_INTERRUPT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dsid.h319 # define LB_D3_VBLANK_INTERRUPT (1 << 3) macro
H A Devergreen.c2783 if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VBLANK_INTERRUPT)
2999 if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VBLANK_INTERRUPT) {
3007 rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~LB_D3_VBLANK_INTERRUPT;
H A Dsi.c3587 if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VBLANK_INTERRUPT)
3789 if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VBLANK_INTERRUPT) {
3797 rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~LB_D3_VBLANK_INTERRUPT;
H A Devergreend.h852 # define LB_D3_VBLANK_INTERRUPT (1 << 3) macro

Completed in 113 milliseconds