drm/amdgpu: Verify root PD is mapped into kernel address space (v4)
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Thu, 5 Jul 2018 18:49:34 +0000 (14:49 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 10 Jul 2018 20:36:22 +0000 (15:36 -0500)
commit9d4a0d4cdc8b5904ec7c9b9e04bab3e9e60d7a74
tree8ad15e6c0bf6d818aa8d60ebc38016c13ba6491f
parent0b9021972d3eef525d53076d8c7ac091e988d2e4
drm/amdgpu: Verify root PD is mapped into kernel address space (v4)

Problem: When PD/PT update made by CPU root PD was not yet mapped causing
page fault.

Fix: Verify root PD is mapped into CPU address space.

v2:
Make sure that we add the root PD to the relocated list
since then it's get mapped into CPU address space bt default
in amdgpu_vm_update_directories.

v3:
Drop change to not move kernel type BOs to evicted list.

v4:
Remove redundant bo move to relocated list.

Link: https://bugs.freedesktop.org/show_bug.cgi?id=107065
Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c