Home
last modified time | relevance | path

Searched refs:LB_D2_VBLANK_INTERRUPT (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dsid.h834 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
H A Dcikd.h906 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
H A Dr600.c3959 if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT) in r600_irq_ack()
4179 if (!(rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT)) in r600_irq_process()
4189 rdev->irq.stat_regs.r600.disp_int &= ~LB_D2_VBLANK_INTERRUPT; in r600_irq_process()
H A Devergreend.h1299 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
H A Dr600d.h767 # define LB_D2_VBLANK_INTERRUPT (1 << 5) macro
H A Dcik.c7303 if (rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT) in cik_irq_ack()
7593 if (!(rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT)) in cik_irq_process()
7603 rdev->irq.stat_regs.cik.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; in cik_irq_process()