Searched refs:LB_D1_VBLANK_INTERRUPT (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/dev/pci/drm/radeon/
H A Dr600.c3941 if (rdev->irq.stat_regs.r600.disp_int & LB_D1_VBLANK_INTERRUPT)
4137 if (!(rdev->irq.stat_regs.r600.disp_int & LB_D1_VBLANK_INTERRUPT))
4147 rdev->irq.stat_regs.r600.disp_int &= ~LB_D1_VBLANK_INTERRUPT;
H A Dcikd.h897 # define LB_D1_VBLANK_INTERRUPT (1 << 3) macro
H A Dsid.h825 # define LB_D1_VBLANK_INTERRUPT (1 << 3) macro
H A Devergreend.h1290 # define LB_D1_VBLANK_INTERRUPT (1 << 3) macro
H A Dr600d.h766 # define LB_D1_VBLANK_INTERRUPT (1 << 4) macro
H A Dcik.c7320 if (rdev->irq.stat_regs.cik.disp_int & LB_D1_VBLANK_INTERRUPT)
7586 if (!(rdev->irq.stat_regs.cik.disp_int & LB_D1_VBLANK_INTERRUPT))
7596 rdev->irq.stat_regs.cik.disp_int &= ~LB_D1_VBLANK_INTERRUPT;
H A Devergreen.c4637 if (disp_int[j] & LB_D1_VBLANK_INTERRUPT)
4757 mask = LB_D1_VBLANK_INTERRUPT;
H A Dsi.c6168 if (disp_int[j] & LB_D1_VBLANK_INTERRUPT)
6297 mask = LB_D1_VBLANK_INTERRUPT;
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dsid.h828 # define LB_D1_VBLANK_INTERRUPT (1 << 3) macro

Completed in 370 milliseconds