/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
kfd_crat.c | 491 struct kfd_topology_device *top_dev = NULL; local in function:kfd_parse_crat_table 513 top_dev = kfd_create_topology_device(device_list); 514 if (!top_dev) 516 top_dev->proximity_domain = proximity_domain++; 519 if (!top_dev) { 524 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH); 525 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, 527 top_dev->oem_revision = crat_table->oem_revision;
|
kfd_topology.c | 57 struct kfd_topology_device *top_dev; local in function:kfd_topology_device_by_proximity_domain 62 list_for_each_entry(top_dev, &topology_device_list, list) 63 if (top_dev->proximity_domain == proximity_domain) { 64 device = top_dev; 75 struct kfd_topology_device *top_dev = NULL; local in function:kfd_topology_device_by_id 80 list_for_each_entry(top_dev, &topology_device_list, list) 81 if (top_dev->gpu_id == gpu_id) { 82 ret = top_dev; 93 struct kfd_topology_device *top_dev; local in function:kfd_device_by_id 95 top_dev = kfd_topology_device_by_id(gpu_id) 104 struct kfd_topology_device *top_dev; local in function:kfd_device_by_pci_dev 122 struct kfd_topology_device *top_dev; local in function:kfd_device_by_kgd 1448 struct kfd_topology_device *top_dev; local in function:kfd_topology_enum_kfd_devices [all...] |
kfd_crat.c | 491 struct kfd_topology_device *top_dev = NULL; local in function:kfd_parse_crat_table 513 top_dev = kfd_create_topology_device(device_list); 514 if (!top_dev) 516 top_dev->proximity_domain = proximity_domain++; 519 if (!top_dev) { 524 memcpy(top_dev->oem_id, crat_table->oem_id, CRAT_OEMID_LENGTH); 525 memcpy(top_dev->oem_table_id, crat_table->oem_table_id, 527 top_dev->oem_revision = crat_table->oem_revision;
|
kfd_topology.c | 57 struct kfd_topology_device *top_dev; local in function:kfd_topology_device_by_proximity_domain 62 list_for_each_entry(top_dev, &topology_device_list, list) 63 if (top_dev->proximity_domain == proximity_domain) { 64 device = top_dev; 75 struct kfd_topology_device *top_dev = NULL; local in function:kfd_topology_device_by_id 80 list_for_each_entry(top_dev, &topology_device_list, list) 81 if (top_dev->gpu_id == gpu_id) { 82 ret = top_dev; 93 struct kfd_topology_device *top_dev; local in function:kfd_device_by_id 95 top_dev = kfd_topology_device_by_id(gpu_id) 104 struct kfd_topology_device *top_dev; local in function:kfd_device_by_pci_dev 122 struct kfd_topology_device *top_dev; local in function:kfd_device_by_kgd 1448 struct kfd_topology_device *top_dev; local in function:kfd_topology_enum_kfd_devices [all...] |