diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 5cbed256f006..c87dfdb8aedb 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -990,6 +990,7 @@ struct amdgpu_device { | |||
990 | /* record last mm index being written through WREG32*/ | 990 | /* record last mm index being written through WREG32*/ |
991 | unsigned long last_mm_index; | 991 | unsigned long last_mm_index; |
992 | bool in_gpu_reset; | 992 | bool in_gpu_reset; |
993 | enum pp_mp1_state mp1_state; | ||
993 | struct mutex lock_reset; | 994 | struct mutex lock_reset; |
994 | struct amdgpu_doorbell_index doorbell_index; | 995 | struct amdgpu_doorbell_index doorbell_index; |
995 | 996 | ||