Searched refs:use_cpu_for_update (Results 1 – 3 of 3) sorted by relevance
265 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_reserved()333 job->vm_needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used()337 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used()
2610 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_init()2614 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_init()2615 WARN_ONCE((vm->use_cpu_for_update && in amdgpu_vm_init()2619 if (vm->use_cpu_for_update) in amdgpu_vm_init()2719 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_make_compute()2722 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_make_compute()2723 WARN_ONCE((vm->use_cpu_for_update && in amdgpu_vm_make_compute()2727 if (vm->use_cpu_for_update) { in amdgpu_vm_make_compute()
420 bool use_cpu_for_update; member