Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dsid.h834 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
Dcikd.h906 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
Dr600.c3948 if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT) in r600_irq_ack()
4168 if (!(rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT)) in r600_irq_process()
4178 rdev->irq.stat_regs.r600.disp_int &= ~LB_D2_VBLANK_INTERRUPT; in r600_irq_process()
Devergreend.h1299 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
Dr600d.h767 # define LB_D2_VBLANK_INTERRUPT (1 << 5) macro
Dcik.c7335 if (rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT) in cik_irq_ack()
7625 if (!(rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT)) in cik_irq_process()
7635 rdev->irq.stat_regs.cik.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; in cik_irq_process()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
Dsid.h837 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro