Home
last modified time | relevance | path

Searched refs:use_cpu_for_update (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm.c501 if (vm->use_cpu_for_update) in amdgpu_vm_alloc_levels()
533 if (vm->use_cpu_for_update) { in amdgpu_vm_alloc_levels()
1056 if (vm->use_cpu_for_update) { in amdgpu_vm_update_directories()
1102 if (!vm->use_cpu_for_update && in amdgpu_vm_update_directories()
1107 if (vm->use_cpu_for_update) { in amdgpu_vm_update_directories()
1390 if (vm->use_cpu_for_update) { in amdgpu_vm_bo_update_mapping()
1693 if (vm->use_cpu_for_update) { in amdgpu_vm_bo_update()
2627 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_init()
2633 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_init()
2637 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_init()
[all …]
Damdgpu_ids.c276 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_reserved()
344 job->vm_needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used()
348 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used()
Damdgpu_vm.h207 bool use_cpu_for_update; member
Damdgpu_amdkfd_gpuvm.c390 if (vm->use_cpu_for_update) { in vm_validate_pt_pd_bos()