Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dsid.h846 # define DC_HPD4_INTERRUPT (1 << 17) macro
H A Dcikd.h918 # define DC_HPD4_INTERRUPT (1 << 17) macro
H A Dr600.c3996 if (rdev->irq.stat_regs.r600.disp_int_cont & DC_HPD4_INTERRUPT) { in r600_irq_ack()
4243 if (!(rdev->irq.stat_regs.r600.disp_int_cont & DC_HPD4_INTERRUPT)) in r600_irq_process()
4246 rdev->irq.stat_regs.r600.disp_int_cont &= ~DC_HPD4_INTERRUPT; in r600_irq_process()
H A Devergreend.h1311 # define DC_HPD4_INTERRUPT (1 << 17) macro
H A Dr600d.h776 # define DC_HPD4_INTERRUPT (1 << 14) macro
H A Dcik.c7357 if (rdev->irq.stat_regs.cik.disp_int_cont3 & DC_HPD4_INTERRUPT) { in cik_irq_ack()
7780 if (!(rdev->irq.stat_regs.cik.disp_int_cont3 & DC_HPD4_INTERRUPT)) in cik_irq_process()
7783 rdev->irq.stat_regs.cik.disp_int_cont3 &= ~DC_HPD4_INTERRUPT; in cik_irq_process()