Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c536 int allocated_vmid = -1, i; in allocate_vmid() local
541 allocated_vmid = i; in allocate_vmid()
546 if (allocated_vmid < 0) { in allocate_vmid()
551 pr_debug("vmid allocated: %d\n", allocated_vmid); in allocate_vmid()
553 dqm->vmid_pasid[allocated_vmid] = pdd->pasid; in allocate_vmid()
555 set_pasid_vmid_mapping(dqm, pdd->pasid, allocated_vmid); in allocate_vmid()
557 qpd->vmid = allocated_vmid; in allocate_vmid()
558 q->properties.vmid = allocated_vmid; in allocate_vmid()