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

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dsi_enums.h138 #define GFX_POWER_STATUS (1 << 1) macro
H A Dgfx_v6_0.c2234 mask = RLC_BUSY_STATUS | GFX_POWER_STATUS | GFX_CLOCK_STATUS | GFX_LS_STATUS;
2236 if ((RREG32(mmRLC_STAT) & mask) == (GFX_CLOCK_STATUS | GFX_POWER_STATUS))
H A Dsid.h1350 # define GFX_POWER_STATUS (1 << 1) macro
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dcikd.h1422 # define GFX_POWER_STATUS (1 << 1) macro
H A Dsid.h1322 # define GFX_POWER_STATUS (1 << 1) macro
H A Dsi.c5161 mask = RLC_BUSY_STATUS | GFX_POWER_STATUS | GFX_CLOCK_STATUS | GFX_LS_STATUS;
5163 if ((RREG32(RLC_STAT) & mask) == (GFX_CLOCK_STATUS | GFX_POWER_STATUS))
H A Dcik.c5846 mask = GFX_POWER_STATUS | GFX_CLOCK_STATUS;

Completed in 244 milliseconds