OSDN Git Service

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)
commita2cf324785a6dea0a221f5cdfb945b59d2153eeb
treeac2fb9c611d43071a020b02629217f35a030b602
parent3084cf46cf8110826a42de8c8ef30e8fa48974c2
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