Searched refs:update_gpuvm_pte (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gpuvm.c | 782 static int update_gpuvm_pte(struct amdgpu_device *adev, in update_gpuvm_pte() function 818 ret = update_gpuvm_pte(adev, entry, sync); in map_bo_to_gpuvm() 820 pr_err("update_gpuvm_pte() failed\n"); in map_bo_to_gpuvm() 1910 ret = update_gpuvm_pte((struct amdgpu_device *) in validate_invalid_user_pages() 2105 ret = update_gpuvm_pte((struct amdgpu_device *) in amdgpu_amdkfd_gpuvm_restore_process_bos()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_amdkfd_gpuvm.c | 1208 static int update_gpuvm_pte(struct kgd_mem *mem, in update_gpuvm_pte() function 1250 ret = update_gpuvm_pte(mem, entry, sync); in map_bo_to_gpuvm() 1252 pr_err("update_gpuvm_pte() failed\n"); in map_bo_to_gpuvm() 2561 ret = update_gpuvm_pte(mem, attachment, &sync); in validate_invalid_user_pages() 2821 ret = update_gpuvm_pte(mem, attachment, &sync_obj); in amdgpu_amdkfd_gpuvm_restore_process_bos()
|
Completed in 6 milliseconds