]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: split the VM entity into direct and delayed
authorChristian König <christian.koenig@amd.com>
Fri, 19 Jul 2019 12:41:12 +0000 (14:41 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 16 Sep 2019 15:42:55 +0000 (10:42 -0500)
commitc255a7a2667ec6168e0af0fefde2047d07906816
treeac2fb9c611d43071a020b02629217f35a030b602
parentdeee8f032bc6bf938f06ed420bbd4d8ed4e32131
drm/amdgpu: split the VM entity into direct and delayed

For page fault handling we need to use a direct update which can't be
blocked by ongoing user CS.

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