drm/amdgpu: fix amdgpu_vm_bo_map
authorChristian König <christian.koenig@amd.com>
Fri, 5 Jun 2015 08:06:04 +0000 (10:06 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Jun 2015 01:42:51 +0000 (21:42 -0400)
commit7e9fca0baa3b3400ccb2b2a8a17822f7b04ea282
tree586b7a47e964054e78838616b30efa7ffc2af3df
parentcab6d57c09ece2ceb03602dd44ea2f4ce9333ec9
drm/amdgpu: fix amdgpu_vm_bo_map

We need to reset the bo_va address, otherwise new mappings
wouldn't be updated in the page table.

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