HomeSort by: relevance | last modified time | path
    Searched refs:first_vmid_kfd (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
cik_event_interrupt.c 65 vmid >= dev->vm_info.first_vmid_kfd &&
71 if (vmid < dev->vm_info.first_vmid_kfd ||
kfd_int_process_v9.c 43 if (vmid < dev->vm_info.first_vmid_kfd ||
kfd_device.c 590 kfd->vm_info.first_vmid_kfd = ffs(gpu_resources->compute_vmid_bitmap)-1;
593 - kfd->vm_info.first_vmid_kfd + 1;
kfd_priv.h 222 uint32_t first_vmid_kfd; member in struct:kfd_vmid_info
kfd_dbgdev.c 774 int first_vmid_to_scan = dev->vm_info.first_vmid_kfd;
kfd_device_queue_manager.c 205 for (i = dqm->dev->vm_info.first_vmid_kfd;

Completed in 15 milliseconds