Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dsid.h834 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
Dcikd.h908 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
Dr600.c3949 if (rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT) in r600_irq_ack()
4169 if (!(rdev->irq.stat_regs.r600.disp_int & LB_D2_VBLANK_INTERRUPT)) in r600_irq_process()
4179 rdev->irq.stat_regs.r600.disp_int &= ~LB_D2_VBLANK_INTERRUPT; in r600_irq_process()
Devergreen.c4875 if (rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VBLANK_INTERRUPT) in evergreen_irq_ack()
5115 if (!(rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VBLANK_INTERRUPT)) in evergreen_irq_process()
5125 rdev->irq.stat_regs.evergreen.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; in evergreen_irq_process()
Devergreend.h1299 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro
Dr600d.h767 # define LB_D2_VBLANK_INTERRUPT (1 << 5) macro
Dsi.c6282 if (rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VBLANK_INTERRUPT) in si_irq_ack()
6507 if (!(rdev->irq.stat_regs.evergreen.disp_int_cont & LB_D2_VBLANK_INTERRUPT)) in si_irq_process()
6517 rdev->irq.stat_regs.evergreen.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; in si_irq_process()
Dcik.c7327 if (rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT) in cik_irq_ack()
7620 if (!(rdev->irq.stat_regs.cik.disp_int_cont & LB_D2_VBLANK_INTERRUPT)) in cik_irq_process()
7630 rdev->irq.stat_regs.cik.disp_int_cont &= ~LB_D2_VBLANK_INTERRUPT; in cik_irq_process()
/drivers/gpu/drm/amd/include/asic_reg/si/
Dsid.h838 # define LB_D2_VBLANK_INTERRUPT (1 << 3) macro