drm/amdgpu: stop pipelining VM PDs/PTs moves
authorChristian König <christian.koenig@amd.com>
Tue, 11 Sep 2018 07:30:46 +0000 (09:30 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 19 Sep 2018 17:38:17 +0000 (12:38 -0500)
commit4947b2f248f867626c7a3797fc3a314bd93aeac5
tree0510c5993675825d020d2ea451afc23bdfdbc393
parent3e14bedc581c3b7b05cd36352d0d47eca0317497
drm/amdgpu: stop pipelining VM PDs/PTs moves

We are going to need this for recoverable page fault handling and it
makes shadow handling during GPU reset much more easier.

Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Junwei Zhang <Jerry.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c