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, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h index 0196b9a782f2..061b99a18cb8 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.h | |||
@@ -178,6 +178,9 @@ struct amdgpu_vm { | |||
178 | struct list_head moved; | 178 | struct list_head moved; |
179 | spinlock_t moved_lock; | 179 | spinlock_t moved_lock; |
180 | 180 | ||
181 | /* All BOs of this VM not currently in the state machine */ | ||
182 | struct list_head idle; | ||
183 | |||
181 | /* BO mappings freed, but not yet updated in the PT */ | 184 | /* BO mappings freed, but not yet updated in the PT */ |
182 | struct list_head freed; | 185 | struct list_head freed; |
183 | 186 | ||