Home
last modified time | relevance | path

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

/trueos/sys/dev/drm2/radeon/
HDsid.h325 # define LB_D4_VLINE_INTERRUPT (1 << 2) macro
HDevergreen.c2898 if (rdev->irq.stat_regs.evergreen.disp_int_cont3 & LB_D4_VLINE_INTERRUPT) in evergreen_irq_ack()
3147 if (rdev->irq.stat_regs.evergreen.disp_int_cont3 & LB_D4_VLINE_INTERRUPT) { in evergreen_irq_process()
3148 rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~LB_D4_VLINE_INTERRUPT; in evergreen_irq_process()
HDsi.c3621 if (rdev->irq.stat_regs.evergreen.disp_int_cont3 & LB_D4_VLINE_INTERRUPT) in si_irq_ack()
3856 if (rdev->irq.stat_regs.evergreen.disp_int_cont3 & LB_D4_VLINE_INTERRUPT) { in si_irq_process()
3857 rdev->irq.stat_regs.evergreen.disp_int_cont3 &= ~LB_D4_VLINE_INTERRUPT; in si_irq_process()
HDevergreend.h856 # define LB_D4_VLINE_INTERRUPT (1 << 2) macro