aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h3
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 {
297 /* reset mask */ 297 /* reset mask */
298 uint32_t grbm_soft_reset; 298 uint32_t grbm_soft_reset;
299 uint32_t srbm_soft_reset; 299 uint32_t srbm_soft_reset;
300 /* s3/s4 mask */ 300
301 bool in_suspend;
302 /* NGG */ 301 /* NGG */
303 struct amdgpu_ngg ngg; 302 struct amdgpu_ngg ngg;
304 303