diff options
| author | 2018-09-29 15:27:02 +0800 | |
|---|---|---|
| committer | 2018-10-09 17:05:33 -0500 | |
| commit | 44779b43f15977885a0e3b45bf6deb6be18725e5 (patch) | |
| tree | 2319438d337d6a81714532471b843f23f849b1ba /drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | |
| parent | drm/amd/pp: Fix memory leak on CI/AI (diff) | |
| download | wireguard-linux-44779b43f15977885a0e3b45bf6deb6be18725e5.tar.xz wireguard-linux-44779b43f15977885a0e3b45bf6deb6be18725e5.zip | |
drm/amdgpu: Move gfx flag in_suspend to adev
Move in_suspend flag to adev from gfx, so
can be used in other ip blocks, also keep
consistent with gpu_in_reset flag.
Reviewed-by: Evan Quan <evan.quan@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h index f172e92c463c..b61b5c11aead 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h @@ -297,8 +297,7 @@ struct amdgpu_gfx { /* reset mask */ uint32_t grbm_soft_reset; uint32_t srbm_soft_reset; - /* s3/s4 mask */ - bool in_suspend; + /* NGG */ struct amdgpu_ngg ngg; |
