Searched refs:use_cpu_for_update (Results 1 – 4 of 4) sorted by relevance
276 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_reserved()344 job->vm_needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used()348 bool needs_flush = vm->use_cpu_for_update; in amdgpu_vmid_grab_used()
829 if (vm->use_cpu_for_update) in amdgpu_vm_bo_param()1740 if (vm->use_cpu_for_update) { in amdgpu_vm_bo_update()2700 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_init()2706 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_init()2710 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_init()2711 WARN_ONCE((vm->use_cpu_for_update && !amdgpu_gmc_vram_full_visible(&adev->gmc)), in amdgpu_vm_init()2714 if (vm->use_cpu_for_update) in amdgpu_vm_init()2863 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_make_compute()2866 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_make_compute()2867 WARN_ONCE((vm->use_cpu_for_update && !amdgpu_gmc_vram_full_visible(&adev->gmc)), in amdgpu_vm_make_compute()[all …]
265 bool use_cpu_for_update; member
335 if (vm->use_cpu_for_update) { in vm_validate_pt_pd_bos()