Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dsid.h856 # define DC_HPD6_INTERRUPT (1 << 17) macro
H A Dcikd.h928 # define DC_HPD6_INTERRUPT (1 << 17) macro
H A Dr600.c4007 if (rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD6_INTERRUPT) { in r600_irq_ack()
4259 if (!(rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD6_INTERRUPT)) in r600_irq_process()
4262 rdev->irq.stat_regs.r600.disp_int_cont2 &= ~DC_HPD6_INTERRUPT; in r600_irq_process()
H A Devergreend.h1321 # define DC_HPD6_INTERRUPT (1 << 17) macro
H A Dr600d.h804 # define DC_HPD6_INTERRUPT (1 << 21) macro
H A Dcik.c7367 if (rdev->irq.stat_regs.cik.disp_int_cont5 & DC_HPD6_INTERRUPT) { in cik_irq_ack()
7798 if (!(rdev->irq.stat_regs.cik.disp_int_cont5 & DC_HPD6_INTERRUPT)) in cik_irq_process()
7801 rdev->irq.stat_regs.cik.disp_int_cont5 &= ~DC_HPD6_INTERRUPT; in cik_irq_process()