Home
last modified time | relevance | path

Searched refs:DC_HPD5_INTERRUPT (Results 1 – 6 of 6) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Dsid.h851 # define DC_HPD5_INTERRUPT (1 << 17) macro
H A Dcikd.h923 # define DC_HPD5_INTERRUPT (1 << 17) macro
H A Dr600.c4002 if (rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD5_INTERRUPT) { in r600_irq_ack()
4251 if (!(rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD5_INTERRUPT)) in r600_irq_process()
4254 rdev->irq.stat_regs.r600.disp_int_cont2 &= ~DC_HPD5_INTERRUPT; in r600_irq_process()
H A Devergreend.h1316 # define DC_HPD5_INTERRUPT (1 << 17) macro
H A Dr600d.h802 # define DC_HPD5_INTERRUPT (1 << 19) macro
H A Dcik.c7362 if (rdev->irq.stat_regs.cik.disp_int_cont4 & DC_HPD5_INTERRUPT) { in cik_irq_ack()
7789 if (!(rdev->irq.stat_regs.cik.disp_int_cont4 & DC_HPD5_INTERRUPT)) in cik_irq_process()
7792 rdev->irq.stat_regs.cik.disp_int_cont4 &= ~DC_HPD5_INTERRUPT; in cik_irq_process()