Searched refs:use_cpu_for_update (Results 1 – 4 of 4) sorted by relevance
283 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_reserved()347 job->vm_needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used()351 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used()
2060 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_init()2064 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_init()2065 WARN_ONCE((vm->use_cpu_for_update && in amdgpu_vm_init()2069 if (vm->use_cpu_for_update) in amdgpu_vm_init()2170 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_make_compute()2173 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_make_compute()2174 WARN_ONCE((vm->use_cpu_for_update && in amdgpu_vm_make_compute()2178 if (vm->use_cpu_for_update) { in amdgpu_vm_make_compute()
301 bool use_cpu_for_update; member
527 if (vm->use_cpu_for_update) in amdgpu_vm_pt_create()
Completed in 10 milliseconds