Home
last modified time | relevance | path

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

/linux-6.12.1/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.c3945 if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT) in r600_irq_ack()
4165 if (!(rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT)) in r600_irq_process()
4175 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.c7324 if (rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT) in cik_irq_ack()
7614 if (!(rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT)) in cik_irq_process()
7624 rdev->irq.stat_regs.cik.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; in cik_irq_process()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dsid.h837 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro