Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c198 int bit, allocated_vmid; in allocate_vmid() local
206 allocated_vmid = bit + dqm->dev->vm_info.first_vmid_kfd; in allocate_vmid()
207 pr_debug("vmid allocation %d\n", allocated_vmid); in allocate_vmid()
208 qpd->vmid = allocated_vmid; in allocate_vmid()
209 q->properties.vmid = allocated_vmid; in allocate_vmid()