Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ids.c280 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_reserved()
348 job->vm_needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used()
352 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used()
A Damdgpu_vm.c2575 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_init()
2579 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_init()
2580 WARN_ONCE((vm->use_cpu_for_update && in amdgpu_vm_init()
2584 if (vm->use_cpu_for_update) in amdgpu_vm_init()
2670 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_make_compute()
2673 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_make_compute()
2674 WARN_ONCE((vm->use_cpu_for_update && in amdgpu_vm_make_compute()
2678 if (vm->use_cpu_for_update) { in amdgpu_vm_make_compute()
A Damdgpu_vm.h400 bool use_cpu_for_update; member
A Damdgpu_vm_pt.c466 if (vm->use_cpu_for_update) in amdgpu_vm_pt_create()

Completed in 17 milliseconds