Searched refs:GFX_POWER_STATUS (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Dsi_enums.h141 #define GFX_POWER_STATUS (1 << 1) macro
H A Damdgpu_gfx_v6_0.c2280 mask = RLC_BUSY_STATUS | GFX_POWER_STATUS | GFX_CLOCK_STATUS | GFX_LS_STATUS;
2282 if ((RREG32(mmRLC_STAT) & mask) == (GFX_CLOCK_STATUS | GFX_POWER_STATUS))
H A Dsid.h1353 # define GFX_POWER_STATUS (1 << 1) macro
/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dcikd.h1424 # define GFX_POWER_STATUS (1 << 1) macro
H A Dsid.h1324 # define GFX_POWER_STATUS (1 << 1) macro
H A Dradeon_si.c5169 mask = RLC_BUSY_STATUS | GFX_POWER_STATUS | GFX_CLOCK_STATUS | GFX_LS_STATUS;
5171 if ((RREG32(RLC_STAT) & mask) == (GFX_CLOCK_STATUS | GFX_POWER_STATUS))
H A Dradeon_cik.c5874 mask = GFX_POWER_STATUS | GFX_CLOCK_STATUS;

Completed in 210 milliseconds