Searched refs:use_cpu_for_update (Results 1 – 3 of 3) sorted by relevance
280 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()
2568 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_init() 2572 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_init() 2573 WARN_ONCE((vm->use_cpu_for_update && in amdgpu_vm_init() 2577 if (vm->use_cpu_for_update) in amdgpu_vm_init() 2645 * - use_cpu_for_update2663 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_make_compute() 2666 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_make_compute() 2667 WARN_ONCE((vm->use_cpu_for_update && in amdgpu_vm_make_compute() 2671 if (vm->use_cpu_for_update) { in amdgpu_vm_make_compute()
400 bool use_cpu_for_update; member