Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c181 int bit, allocated_vmid; in allocate_vmid() local
189 allocated_vmid = bit + dqm->dev->vm_info.first_vmid_kfd; in allocate_vmid()
190 pr_debug("vmid allocation %d\n", allocated_vmid); in allocate_vmid()
191 qpd->vmid = allocated_vmid; in allocate_vmid()
192 q->properties.vmid = allocated_vmid; in allocate_vmid()