drm/amdgpu: remove superflous amdgpu_bo_kmap in the VM
authorChristian König <christian.koenig@amd.com>
Thu, 3 Aug 2017 17:24:06 +0000 (19:24 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Aug 2017 19:46:06 +0000 (15:46 -0400)
commitec5207c9f1cf42be826b9e3b63fb9b7463ed7fab
tree1f89978be16a2c78df2c1f84a80303e7b554a8a8
parent0f4b3c68626199cd5ce619e2a3105d44b81f2753
drm/amdgpu: remove superflous amdgpu_bo_kmap in the VM

We now properly kmap all BOs after validation.

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