Home
last modified time | relevance | path

Searched refs:DC_HPDx_INT_STATUS_REG (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/radeon/
Devergreen.c44 #define DC_HPDx_INT_STATUS_REG(x) (DC_HPD1_INT_STATUS + (x * 0xc)) macro
1728 return !!(RREG32(DC_HPDx_INT_STATUS_REG(hpd)) & DC_HPDx_SENSE); in evergreen_hpd_sense()
Dsi.c168 #define DC_HPDx_INT_STATUS_REG(x) (DC_HPD1_INT_STATUS + (x * 0xc)) macro