Searched refs:use_cpu_for_update (Results 1 – 4 of 4) sorted by relevance
280 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_reserved()352 job->vm_needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used()356 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used()
876 if (vm->use_cpu_for_update) in amdgpu_vm_bo_param()2851 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_init()2857 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_init()2861 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_init()2862 WARN_ONCE((vm->use_cpu_for_update && in amdgpu_vm_init()2866 if (vm->use_cpu_for_update) in amdgpu_vm_init()3025 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_make_compute()3028 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_make_compute()3029 WARN_ONCE((vm->use_cpu_for_update && in amdgpu_vm_make_compute()3033 if (vm->use_cpu_for_update) { in amdgpu_vm_make_compute()
293 bool use_cpu_for_update; member
366 if (vm->use_cpu_for_update) { in vm_validate_pt_pd_bos()