Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/
A Dkfd_topology.c952 dev->node_props.device_id, in kfd_debug_print_topology()
953 dev->node_props.vendor_id); in kfd_debug_print_topology()
958 dev->node_props.device_id, in kfd_debug_print_topology()
959 dev->node_props.vendor_id); in kfd_debug_print_topology()
1041 dev->node_props.simd_count) in kfd_is_acpi_crat_invalid()
1327 dev->node_props.hive_id && in kfd_fill_iolink_non_crat_info()
1329 peer_dev->node_props.hive_id = dev->node_props.hive_id; in kfd_fill_iolink_non_crat_info()
1922 dev->node_props.capability |= in kfd_topology_add_device()
1993 dev->node_props.simd_count = in kfd_topology_add_device()
1999 dev->node_props.capability |= in kfd_topology_add_device()
[all …]
A Dkfd_crat.c952 dev->node_props.array_count = cu->array_count; in kfd_populated_cu_info_gpu()
1018 if (dev->node_props.cpu_cores_count == 0) { in kfd_parse_subtype_mem()
1059 dev->node_props.mem_banks_count++; in kfd_parse_subtype_mem()
1085 dev->node_props.cu_per_simd_array); in kfd_parse_subtype_cache()
1096 id <= dev->node_props.cpu_core_id_base + in kfd_parse_subtype_cache()
1097 dev->node_props.cpu_cores_count) || in kfd_parse_subtype_cache()
1098 (id >= dev->node_props.simd_id_base && in kfd_parse_subtype_cache()
1099 id < dev->node_props.simd_id_base + in kfd_parse_subtype_cache()
1128 dev->node_props.caches_count++; in kfd_parse_subtype_cache()
1180 dev->node_props.io_links_count++; in kfd_parse_subtype_iolink()
[all …]
A Dkfd_topology.h132 struct kfd_node_properties node_props; member
A Dkfd_iommu.c332 if (!(kdev->node_props.capability & HSA_CAP_ATS_PRESENT)) in kfd_iommu_add_perf_counters()

Completed in 14 milliseconds