drm/amdgpu: stop using amdgpu_bo_gpu_offset in the VM backend
authorChristian König <christian.koenig@amd.com>
Fri, 6 Dec 2019 11:28:47 +0000 (12:28 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Feb 2020 04:30:39 +0000 (23:30 -0500)
commitef48d4b39e502bd142e0deb0d9f9a0353876de91
treee7d20034ddd203cc9874b54901118ff9aa4f974a
parent5d3196605d00b513a735b358f5e4f2d1b65f6c3a
drm/amdgpu: stop using amdgpu_bo_gpu_offset in the VM backend

We need to update page tables without any lock held.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm_sdma.c