Searched refs:LB_D2_VBLANK_INTERRUPT (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dsid.h313 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
H A Devergreen.c2773 if (rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VBLANK_INTERRUPT)
2973 if (rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VBLANK_INTERRUPT) {
2981 rdev->irq.stat_regs.evergreen.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT;
H A Dr600.c3723 if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT)
3937 if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT) {
3945 rdev->irq.stat_regs.r600.disp_int &= ~LB_D2_VBLANK_INTERRUPT;
H A Dsi.c3577 if (rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VBLANK_INTERRUPT)
3763 if (rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VBLANK_INTERRUPT) {
3771 rdev->irq.stat_regs.evergreen.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT;
H A Devergreend.h846 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
H A Dr600d.h750 # define LB_D2_VBLANK_INTERRUPT (1 << 5) macro

Completed in 191 milliseconds