Home
last modified time | relevance | path

Searched refs:kfd_topology_enum_kfd_devices (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_flat_memory.c363 while (kfd_topology_enum_kfd_devices(id, &dev) == 0) { in kfd_init_apertures()
H A Dkfd_priv.h1140 int kfd_topology_enum_kfd_devices(uint8_t idx, struct kfd_node **kdev);
H A Dkfd_topology.c2185 /* kfd_topology_enum_kfd_devices - Enumerate through all devices in KFD
2191 int kfd_topology_enum_kfd_devices(uint8_t idx, struct kfd_node **kdev) in kfd_topology_enum_kfd_devices() function
H A Dkfd_chardev.c1518 for (i = 0; kfd_topology_enum_kfd_devices(i, &dev) == 0; i++) in kfd_ioctl_get_dmabuf_info()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_flat_memory.c371 while (kfd_topology_enum_kfd_devices(id, &dev) == 0) { in kfd_init_apertures()
H A Dkfd_priv.h935 int kfd_topology_enum_kfd_devices(uint8_t idx, struct kfd_dev **kdev);
H A Dkfd_topology.c1456 /* kfd_topology_enum_kfd_devices - Enumerate through all devices in KFD
1462 int kfd_topology_enum_kfd_devices(uint8_t idx, struct kfd_dev **kdev) in kfd_topology_enum_kfd_devices() function
H A Dkfd_chardev.c1654 for (i = 0; kfd_topology_enum_kfd_devices(i, &dev) == 0; i++) in kfd_ioctl_get_dmabuf_info()

Completed in 18 milliseconds