drm/amdgpu: update one PDE at a time v2
authorChristian König <christian.koenig@amd.com>
Thu, 30 Nov 2017 14:19:50 +0000 (15:19 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 12 Dec 2017 19:45:41 +0000 (14:45 -0500)
commitb852f3d3fb5d770f54c10614e6320a29943eb52f
tree51452b448fe3732c479cf2eef35c53a891a7fff6
parent94c6f5e4d1574094a91b1712536ab5b6a43f7a23
drm/amdgpu: update one PDE at a time v2

Horrible inefficient, but avoids problems when the root PD size becomes
to big.

v2: remove incr as well.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <davdi1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c