]> 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)
commit25befd8b545a991d44f4ea3888251a6e1a02cc99
tree82f9e20226ecbabc757003b1fd197b867b673674
parent645fe616e6da23c2d53f0481d09391496a64ec26
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