Searched refs:req_full_gpu (Results 1 – 5 of 5) sorted by relevance
68 int (*req_full_gpu)(struct amdgpu_device *adev, bool init); member
384 .req_full_gpu = xgpu_ai_request_full_gpu_access,
416 .req_full_gpu = xgpu_nv_request_full_gpu_access,
122 if (virt->ops && virt->ops->req_full_gpu) { in amdgpu_virt_request_full_gpu()123 r = virt->ops->req_full_gpu(adev, init); in amdgpu_virt_request_full_gpu()
620 .req_full_gpu = xgpu_vi_request_full_gpu_access,
Completed in 9 milliseconds