Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/drm2/radeon/
Dsid.h328 # define LB_D5_VLINE_INTERRUPT (1 << 2) macro
Devergreen.c2800 if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VLINE_INTERRUPT) in evergreen_irq_ack()
3064 if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VLINE_INTERRUPT) { in evergreen_irq_process()
3065 rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VLINE_INTERRUPT; in evergreen_irq_process()
Dsi.c3604 if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VLINE_INTERRUPT) in si_irq_ack()
3854 if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VLINE_INTERRUPT) { in si_irq_process()
3855 rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VLINE_INTERRUPT; in si_irq_process()
Devergreend.h861 # define LB_D5_VLINE_INTERRUPT (1 << 2) macro