Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c446 int allocated_vmid = -1, i; in allocate_vmid() local
451 allocated_vmid = i; in allocate_vmid()
456 if (allocated_vmid < 0) { in allocate_vmid()
461 pr_debug("vmid allocated: %d\n", allocated_vmid); in allocate_vmid()
463 dqm->vmid_pasid[allocated_vmid] = q->process->pasid; in allocate_vmid()
465 set_pasid_vmid_mapping(dqm, q->process->pasid, allocated_vmid); in allocate_vmid()
467 qpd->vmid = allocated_vmid; in allocate_vmid()
468 q->properties.vmid = allocated_vmid; in allocate_vmid()