Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Dsid.h856 # define DC_HPD6_INTERRUPT (1 << 17) macro
Dcikd.h928 # define DC_HPD6_INTERRUPT (1 << 17) macro
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()
Devergreend.h1321 # define DC_HPD6_INTERRUPT (1 << 17) macro
Dr600d.h804 # define DC_HPD6_INTERRUPT (1 << 21) macro
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()
/drivers/gpu/drm/amd/amdgpu/
Dsid.h859 # define DC_HPD6_INTERRUPT (1 << 17) macro