Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c97 int bit, allocated_vmid; in allocate_vmid() local
106 allocated_vmid = bit + KFD_VMID_START_OFFSET; in allocate_vmid()
107 pr_debug("kfd: vmid allocation %d\n", allocated_vmid); in allocate_vmid()
108 qpd->vmid = allocated_vmid; in allocate_vmid()
109 q->properties.vmid = allocated_vmid; in allocate_vmid()
134 int *allocated_vmid) in create_queue_nocpsch() argument
138 BUG_ON(!dqm || !q || !qpd || !allocated_vmid); in create_queue_nocpsch()
159 *allocated_vmid = qpd->vmid; in create_queue_nocpsch()
170 *allocated_vmid = 0; in create_queue_nocpsch()