Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dsid.h855 # define LB_D6_VBLANK_INTERRUPT (1 << 3) macro
H A Dcikd.h927 # define LB_D6_VBLANK_INTERRUPT (1 << 3) macro
H A Devergreend.h1320 # define LB_D6_VBLANK_INTERRUPT (1 << 3) macro
H A Dcik.c7336 if (rdev->irq.stat_regs.cik.disp_int_cont5 & LB_D6_VBLANK_INTERRUPT) in cik_irq_ack()
7713 if (!(rdev->irq.stat_regs.cik.disp_int_cont5 & LB_D6_VBLANK_INTERRUPT)) in cik_irq_process()
7723 rdev->irq.stat_regs.cik.disp_int_cont5 &= ~LB_D6_VBLANK_INTERRUPT; in cik_irq_process()