Searched refs:amdgpu_vm_make_compute (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_vm.h414 int amdgpu_vm_make_compute(struct amdgpu_device *adev, struct amdgpu_vm *vm);
H A Damdgpu_vm.c2314 * amdgpu_vm_make_compute - Turn a GFX VM into a compute VM
2332 int amdgpu_vm_make_compute(struct amdgpu_device *adev, struct amdgpu_vm *vm) function
2400 * @vm: a vm turned into compute vm by calling amdgpu_vm_make_compute
2402 * This is a correspondant of amdgpu_vm_make_compute. It decouples compute
H A Damdgpu_amdkfd_gpuvm.c1486 ret = amdgpu_vm_make_compute(adev, avm);

Completed in 197 milliseconds