]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: fix addr handling in amdgpu_vm_bo_update_mapping
authorChristian König <christian.koenig@amd.com>
Sun, 25 Sep 2016 09:54:00 +0000 (11:54 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Sep 2016 17:00:49 +0000 (13:00 -0400)
commit7fa8e207f4b36ffa5e7b7f2c1baabf6bbe184d1c
treef201589d08c168e888de3c2d5740a7a4265ba082
parent416664b86f46881bdedc84af0528de61016815e6
drm/amdgpu: fix addr handling in amdgpu_vm_bo_update_mapping

Otherwise we will look at the wrong place in the IB when GART
mappings are split into smaller updates.

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