Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdkfd/
Dcik_event_interrupt.c58 vmid >= dev->vm_info.first_vmid_kfd && in cik_event_interrupt_isr()
64 if (vmid < dev->vm_info.first_vmid_kfd || in cik_event_interrupt_isr()
Dkfd_int_process_v9.c38 if (vmid < dev->vm_info.first_vmid_kfd || in event_interrupt_isr_v9()
Dkfd_device.c606 kfd->vm_info.first_vmid_kfd = ffs(gpu_resources->compute_vmid_bitmap)-1; in kgd2kfd_device_init()
609 - kfd->vm_info.first_vmid_kfd + 1; in kgd2kfd_device_init()
Dkfd_priv.h223 uint32_t first_vmid_kfd; member
Dkfd_dbgdev.c768 int first_vmid_to_scan = dev->vm_info.first_vmid_kfd; in dbgdev_wave_reset_wavefronts()
Dkfd_device_queue_manager.c206 allocated_vmid = bit + dqm->dev->vm_info.first_vmid_kfd; in allocate_vmid()
251 int bit = qpd->vmid - dqm->dev->vm_info.first_vmid_kfd; in deallocate_vmid()