diff options
| author | Christian König <[email protected]> | 2019-09-12 10:13:50 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2019-09-16 20:29:37 +0000 |
| commit | 03fb560f2ea88b702c6779d3860be61058ca4d6d (patch) | |
| tree | a89d476a7b3ac94a152123d5991f33ab436f5c93 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |
| parent | drm/amdgpu/SRIOV: Navi12 SRIOV VF gets GTT base (diff) | |
| download | kernel-03fb560f2ea88b702c6779d3860be61058ca4d6d.tar.gz kernel-03fb560f2ea88b702c6779d3860be61058ca4d6d.zip | |
drm/amdgpu: revert "disable bulk moves for now"
This reverts commit a213c2c7e235cfc0e0a161a558f7fdf2fb3a624a.
The changes to fix this should have landed in 5.1.
Signed-off-by: Christian König <[email protected]>
Reviewed-by: Zhou, David(ChunMing) <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c index 8327469f5722..9f3cfc78a8c4 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c @@ -603,14 +603,12 @@ void amdgpu_vm_move_to_lru_tail(struct amdgpu_device *adev, struct ttm_bo_global *glob = adev->mman.bdev.glob; struct amdgpu_vm_bo_base *bo_base; -#if 0 if (vm->bulk_moveable) { spin_lock(&glob->lru_lock); ttm_bo_bulk_move_lru_tail(&vm->lru_bulk_move); spin_unlock(&glob->lru_lock); return; } -#endif memset(&vm->lru_bulk_move, 0, sizeof(vm->lru_bulk_move)); |
