diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c index 75e7141c8de4..15d4a28d73bb 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | |||
@@ -825,7 +825,7 @@ static int amdgpu_bo_vm_update_pte(struct amdgpu_cs_parser *p) | |||
825 | 825 | ||
826 | } | 826 | } |
827 | 827 | ||
828 | r = amdgpu_vm_clear_invalids(adev, vm, &p->job->sync); | 828 | r = amdgpu_vm_clear_moved(adev, vm, &p->job->sync); |
829 | 829 | ||
830 | if (amdgpu_vm_debug && p->bo_list) { | 830 | if (amdgpu_vm_debug && p->bo_list) { |
831 | /* Invalidate all BOs to test for userspace bugs */ | 831 | /* Invalidate all BOs to test for userspace bugs */ |