diff options
| author | Eric Huang <[email protected]> | 2021-07-26 15:23:17 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2021-08-02 21:21:24 +0000 |
| commit | cc6152ff4ff339f4d3a3f35d43d416010d62842d (patch) | |
| tree | 53c537daebf52a6fbc065a7ac56692aff56224f2 /drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | |
| parent | Revert "Revert "drm/amdkfd: Add heavy-weight TLB flush after unmapping"" (diff) | |
| download | kernel-cc6152ff4ff339f4d3a3f35d43d416010d62842d.tar.gz kernel-cc6152ff4ff339f4d3a3f35d43d416010d62842d.zip | |
Revert "Revert "drm/amdgpu: Add table_freed parameter to amdgpu_vm_bo_update""
This reverts commit 024d8811c90ed56d8b90cdcf71e51c9fedeff460.
Revert reason: The issue has been resolved.
Signed-off-by: Eric Huang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c index 611fd10c3410..c6f2fb9557ff 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c @@ -621,7 +621,7 @@ static void amdgpu_gem_va_update_vm(struct amdgpu_device *adev, if (operation == AMDGPU_VA_OP_MAP || operation == AMDGPU_VA_OP_REPLACE) { - r = amdgpu_vm_bo_update(adev, bo_va, false); + r = amdgpu_vm_bo_update(adev, bo_va, false, NULL); if (r) goto error; } |
