]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: use BOs GART instance for mapping addresses v4
authorChristian König <christian.koenig@amd.com>
Mon, 30 Nov 2015 13:19:26 +0000 (14:19 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 10 Feb 2016 19:17:05 +0000 (14:17 -0500)
commitb3e4f135ccc67548e1f16961f51635430d9738d2
tree82f9e20226ecbabc757003b1fd197b867b673674
parente851582d0f62724bdb1f96cfdff7744ecd94a9a7
drm/amdgpu: use BOs GART instance for mapping addresses v4

That allows the VM code to use GART BOs from other driver instances.

v2: don't use copy optimization for foreign GARTs, that won't work.
v3: some more comment cleanups
v4: agd: rebase on upstream

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