aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 65246abcee27..cef3a43ab0aa 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -1056,7 +1056,7 @@ struct amdgpu_ctx_mgr {
1056 struct amdgpu_device *adev; 1056 struct amdgpu_device *adev;
1057 struct idr ctx_handles; 1057 struct idr ctx_handles;
1058 /* lock for IDR system */ 1058 /* lock for IDR system */
1059 struct mutex hlock; 1059 struct mutex lock;
1060}; 1060};
1061 1061
1062/* 1062/*