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 2cfaa6429c64..39baabe5f092 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -1225,6 +1225,7 @@ struct amdgpu_cs_parser {
1225 struct fence *fence; 1225 struct fence *fence;
1226 uint64_t bytes_moved_threshold; 1226 uint64_t bytes_moved_threshold;
1227 uint64_t bytes_moved; 1227 uint64_t bytes_moved;
1228 struct amdgpu_bo_list_entry *evictable;
1228 1229
1229 /* user fence */ 1230 /* user fence */
1230 struct amdgpu_bo_list_entry uf_entry; 1231 struct amdgpu_bo_list_entry uf_entry;