diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h index 1b478e62a948..ff093d4b5e11 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |||
@@ -129,9 +129,6 @@ struct amdgpu_vm { | |||
129 | /* BOs moved, but not yet updated in the PT */ | 129 | /* BOs moved, but not yet updated in the PT */ |
130 | struct list_head moved; | 130 | struct list_head moved; |
131 | 131 | ||
132 | /* BOs cleared in the PT because of a move */ | ||
133 | struct list_head cleared; | ||
134 | |||
135 | /* BO mappings freed, but not yet updated in the PT */ | 132 | /* BO mappings freed, but not yet updated in the PT */ |
136 | struct list_head freed; | 133 | struct list_head freed; |
137 | 134 | ||