Home
last modified time | relevance | path

Searched refs:use_cpu_for_update (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.c2622 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_init()
2626 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_init()
2627 WARN_ONCE((vm->use_cpu_for_update && in amdgpu_vm_init()
2631 if (vm->use_cpu_for_update) in amdgpu_vm_init()
2717 vm->use_cpu_for_update = !!(adev->vm_manager.vm_update_mode & in amdgpu_vm_make_compute()
2720 vm->use_cpu_for_update ? "CPU" : "SDMA"); in amdgpu_vm_make_compute()
2721 WARN_ONCE((vm->use_cpu_for_update && in amdgpu_vm_make_compute()
2725 if (vm->use_cpu_for_update) { in amdgpu_vm_make_compute()
H A Damdgpu_vm.h420 bool use_cpu_for_update; member