Home
last modified time | relevance | path

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

/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dsid.h836 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
H A Dcikd.h908 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
H A Dradeon_r600.c3981 if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT) in r600_irq_ack()
4208 if (!(rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT)) in r600_irq_process()
4225 rdev->irq.stat_regs.r600.disp_int &= ~LB_D2_VBLANK_INTERRUPT; in r600_irq_process()
H A Devergreend.h1301 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
H A Dr600d.h769 # define LB_D2_VBLANK_INTERRUPT (1 << 5) macro
H A Dradeon_cik.c7352 if (rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT) in cik_irq_ack()
7649 if (!(rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT)) in cik_irq_process()
7666 rdev->irq.stat_regs.cik.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; in cik_irq_process()
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Dsid.h840 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro