Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
Dcik_event_interrupt.c61 vmid >= dev->vm_info.first_vmid_kfd && in cik_event_interrupt_isr()
67 if (vmid < dev->vm_info.first_vmid_kfd || in cik_event_interrupt_isr()
Dkfd_int_process_v9.c39 if (vmid < dev->vm_info.first_vmid_kfd || in event_interrupt_isr_v9()
Dkfd_device.c661 kfd->vm_info.first_vmid_kfd = ffs(gpu_resources->compute_vmid_bitmap)-1; in kgd2kfd_device_init()
664 - kfd->vm_info.first_vmid_kfd + 1; in kgd2kfd_device_init()
Dkfd_priv.h217 uint32_t first_vmid_kfd; member
Dkfd_dbgdev.c769 int first_vmid_to_scan = dev->vm_info.first_vmid_kfd; in dbgdev_wave_reset_wavefronts()
Dkfd_device_queue_manager.c234 for (i = dqm->dev->vm_info.first_vmid_kfd; in allocate_vmid()