Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/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.c3945 if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT) in r600_irq_ack()
4167 if (!(rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT)) in r600_irq_process()
4177 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.c7324 if (rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT) in cik_irq_ack()
7616 if (!(rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT)) in cik_irq_process()
7626 rdev->irq.stat_regs.cik.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; in cik_irq_process()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Dsid.h837 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro