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)
commit0fc8683e568f228c08321fd99756f6230c98651b
tree4332ec672ea7e76eab1f9c09f781417a734acc33
parent765e7fbf081d0e8bd22b35468a1c016358b46179
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