Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_pasid.c62 while ((kfd_topology_enum_kfd_devices(i, &dev)) == 0) { in kfd_pasid_alloc()
Dkfd_flat_memory.c371 while (kfd_topology_enum_kfd_devices(id, &dev) == 0) { in kfd_init_apertures()
Dkfd_priv.h812 int kfd_topology_enum_kfd_devices(uint8_t idx, struct kfd_dev **kdev);
Dkfd_topology.c1320 int kfd_topology_enum_kfd_devices(uint8_t idx, struct kfd_dev **kdev) in kfd_topology_enum_kfd_devices() function