Home
last modified time | relevance | path

Searched refs:DC_HPD1_RX_INTERRUPT (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/radeon/
H A Dsid.h827 # define DC_HPD1_RX_INTERRUPT (1 << 18) macro
H A Dcikd.h899 # define DC_HPD1_RX_INTERRUPT (1 << 18) macro
H A Devergreend.h1292 # define DC_HPD1_RX_INTERRUPT (1 << 18) macro
H A Dr600d.h779 # define DC_HPD1_RX_INTERRUPT (1 << 29) macro
H A Devergreen.c4652 if (disp_int[i] & DC_HPD1_RX_INTERRUPT) in evergreen_irq_ack()
4805 mask = DC_HPD1_RX_INTERRUPT; in evergreen_irq_process()
H A Dcik.c7393 if (rdev->irq.stat_regs.cik.disp_int & DC_HPD1_RX_INTERRUPT) { in cik_irq_ack()
7828 if (!(rdev->irq.stat_regs.cik.disp_int & DC_HPD1_RX_INTERRUPT)) in cik_irq_process()
7831 rdev->irq.stat_regs.cik.disp_int &= ~DC_HPD1_RX_INTERRUPT; in cik_irq_process()
H A Dsi.c6183 if (disp_int[i] & DC_HPD1_RX_INTERRUPT) in si_irq_ack()
6345 mask = DC_HPD1_RX_INTERRUPT; in si_irq_process()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h830 # define DC_HPD1_RX_INTERRUPT (1 << 18) macro