drm/amdgpu: move VM PDEs to idle after update
authorChristian König <christian.koenig@amd.com>
Mon, 14 Mar 2022 12:11:28 +0000 (13:11 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 25 Mar 2022 16:40:26 +0000 (12:40 -0400)
commit6e97c2f9689227b3fb6e2563127669f2146b5df5
tree1877d3cc9dfb0121285f8d5cd8b4380ea2bf370f
parent3f8951cc123f102a4e21d61390993bc7d142b723
drm/amdgpu: move VM PDEs to idle after update

Move the page tables to the idle list after updating the PDEs.

We have gone back and forth with that a couple of times because of problems
with the inter PD dependencies, but it should work now that we have the
state handling cleanly separated.

Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c