Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/drm2/radeon/
Dsid.h330 # define LB_D5_VLINE_INTERRUPT (1 << 2) macro
Dsi.c3632 if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VLINE_INTERRUPT) in si_irq_ack()
3882 if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VLINE_INTERRUPT) { in si_irq_process()
3883 rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VLINE_INTERRUPT; in si_irq_process()
Devergreen.c2909 if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VLINE_INTERRUPT) in evergreen_irq_ack()
3173 if (rdev->irq.stat_regs.evergreen.disp_int_cont4 & LB_D5_VLINE_INTERRUPT) { in evergreen_irq_process()
3174 rdev->irq.stat_regs.evergreen.disp_int_cont4 &= ~LB_D5_VLINE_INTERRUPT; in evergreen_irq_process()
Devergreend.h861 # define LB_D5_VLINE_INTERRUPT (1 << 2) macro