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.h1
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 618f12884eed..b9212537b17d 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -701,6 +701,7 @@ void amdgpu_ctx_mgr_fini(struct amdgpu_ctx_mgr *mgr);
701 701
702struct amdgpu_fpriv { 702struct amdgpu_fpriv {
703 struct amdgpu_vm vm; 703 struct amdgpu_vm vm;
704 struct amdgpu_bo_va *prt_va;
704 struct mutex bo_list_lock; 705 struct mutex bo_list_lock;
705 struct idr bo_list_handles; 706 struct idr bo_list_handles;
706 struct amdgpu_ctx_mgr ctx_mgr; 707 struct amdgpu_ctx_mgr ctx_mgr;