]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: allocate GTT space for shadow VM page tables
authorChristian König <christian.koenig@amd.com>
Fri, 16 Sep 2016 09:46:23 +0000 (11:46 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 28 Sep 2016 20:16:21 +0000 (16:16 -0400)
commite7991d0534d58ab98cf44b4ed167b966c1c8b97f
tree4332ec672ea7e76eab1f9c09f781417a734acc33
parent6fd915c3e482b2570e67ee58bae09b3ea6c5e721
drm/amdgpu: allocate GTT space for shadow VM page tables

We need to access those with the system domain.

Fixes fallout from only allocating GTT space on demand.

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