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 0f187027c753..0ce5c1e45ec8 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -1210,6 +1210,7 @@ struct amdgpu_cs_parser {
1210 /* relocations */ 1210 /* relocations */
1211 struct amdgpu_bo_list_entry *vm_bos; 1211 struct amdgpu_bo_list_entry *vm_bos;
1212 struct list_head validated; 1212 struct list_head validated;
1213 struct fence *fence;
1213 1214
1214 struct amdgpu_ib *ibs; 1215 struct amdgpu_ib *ibs;
1215 uint32_t num_ibs; 1216 uint32_t num_ibs;