Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dr600.c801 if (RREG32(DC_HPD1_INT_STATUS) & DC_HPDx_SENSE) in r600_hpd_sense()
805 if (RREG32(DC_HPD2_INT_STATUS) & DC_HPDx_SENSE) in r600_hpd_sense()
809 if (RREG32(DC_HPD3_INT_STATUS) & DC_HPDx_SENSE) in r600_hpd_sense()
813 if (RREG32(DC_HPD4_INT_STATUS) & DC_HPDx_SENSE) in r600_hpd_sense()
818 if (RREG32(DC_HPD5_INT_STATUS) & DC_HPDx_SENSE) in r600_hpd_sense()
822 if (RREG32(DC_HPD6_INT_STATUS) & DC_HPDx_SENSE) in r600_hpd_sense()
H A Dsid.h877 # define DC_HPDx_SENSE (1 << 1) macro
H A Dcikd.h950 # define DC_HPDx_SENSE (1 << 1) macro
H A Devergreend.h1343 # define DC_HPDx_SENSE (1 << 1) macro
H A Dr600d.h846 # define DC_HPDx_SENSE (1 << 1) macro
H A Devergreen.c1710 return !!(RREG32(DC_HPDx_INT_STATUS_REG(hpd)) & DC_HPDx_SENSE); in evergreen_hpd_sense()