Home
last modified time | relevance | path

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

/trueos/sys/dev/drm2/radeon/
HDsid.h320 # define LB_D3_VLINE_INTERRUPT (1 << 2) macro
HDevergreen.c2894 if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VLINE_INTERRUPT) in evergreen_irq_ack()
3121 if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VLINE_INTERRUPT) { in evergreen_irq_process()
3122 rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~LB_D3_VLINE_INTERRUPT; in evergreen_irq_process()
HDsi.c3617 if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VLINE_INTERRUPT) in si_irq_ack()
3830 if (rdev->irq.stat_regs.evergreen.disp_int_cont2 & LB_D3_VLINE_INTERRUPT) { in si_irq_process()
3831 rdev->irq.stat_regs.evergreen.disp_int_cont2 &= ~LB_D3_VLINE_INTERRUPT; in si_irq_process()
HDevergreend.h851 # define LB_D3_VLINE_INTERRUPT (1 << 2) macro