Home
last modified time | relevance | path

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

/linux/drivers/gpu/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.c3993 if (rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD6_INTERRUPT) { in r600_irq_ack()
4245 if (!(rdev->irq.stat_regs.r600.disp_int_cont2 & DC_HPD6_INTERRUPT)) in r600_irq_process()
4248 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.c7388 if (rdev->irq.stat_regs.cik.disp_int_cont5 & DC_HPD6_INTERRUPT) { in cik_irq_ack()
7819 if (!(rdev->irq.stat_regs.cik.disp_int_cont5 & DC_HPD6_INTERRUPT)) in cik_irq_process()
7822 rdev->irq.stat_regs.cik.disp_int_cont5 &= ~DC_HPD6_INTERRUPT; in cik_irq_process()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h859 # define DC_HPD6_INTERRUPT (1 << 17) macro