Home
last modified time | relevance | path

Searched refs:LB_D5_VBLANK_INTERRUPT (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/gpu/drm/radeon/
Dsid.h297 # define LB_D5_VBLANK_INTERRUPT (1 << 3) macro
Devergreend.h574 # define LB_D5_VBLANK_INTERRUPT (1 << 3) macro
Dsi.c3441 if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VBLANK_INTERRUPT) in si_irq_ack()
3682 if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VBLANK_INTERRUPT) { in si_irq_process()
3690 rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VBLANK_INTERRUPT; in si_irq_process()
Devergreen.c2843 if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VBLANK_INTERRUPT) in evergreen_irq_ack()
3067 if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VBLANK_INTERRUPT) { in evergreen_irq_process()
3075 rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VBLANK_INTERRUPT; in evergreen_irq_process()