Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c461 return sysfs_show_str_val(buffer, offs, dev->node_props.name); in node_show()
469 dev->node_props.cpu_cores_count); in node_show()
471 dev->gpu ? dev->node_props.simd_count : 0); in node_show()
473 dev->node_props.mem_banks_count); in node_show()
475 dev->node_props.caches_count); in node_show()
477 dev->node_props.io_links_count); in node_show()
479 dev->node_props.p2p_links_count); in node_show()
481 dev->node_props.cpu_core_id_base); in node_show()
483 dev->node_props.simd_id_base); in node_show()
485 dev->node_props.max_waves_per_simd); in node_show()
[all …]
Dkfd_crat.c897 dev->node_props.cpu_cores_count = cu->num_cpu_cores; in kfd_populated_cu_info_cpu()
898 dev->node_props.cpu_core_id_base = cu->processor_id_low; in kfd_populated_cu_info_cpu()
900 dev->node_props.capability |= HSA_CAP_ATS_PRESENT; in kfd_populated_cu_info_cpu()
909 dev->node_props.simd_id_base = cu->processor_id_low; in kfd_populated_cu_info_gpu()
910 dev->node_props.simd_count = cu->num_simd_cores; in kfd_populated_cu_info_gpu()
911 dev->node_props.lds_size_in_kb = cu->lds_size_in_kb; in kfd_populated_cu_info_gpu()
912 dev->node_props.max_waves_per_simd = cu->max_waves_simd; in kfd_populated_cu_info_gpu()
913 dev->node_props.wave_front_size = cu->wave_front_size; in kfd_populated_cu_info_gpu()
914 dev->node_props.array_count = cu->array_count; in kfd_populated_cu_info_gpu()
915 dev->node_props.cu_per_simd_array = cu->num_cu_per_array; in kfd_populated_cu_info_gpu()
[all …]
Dkfd_topology.h129 struct kfd_node_properties node_props; member
Dkfd_iommu.c331 if (!(kdev->node_props.capability & HSA_CAP_ATS_PRESENT)) in kfd_iommu_add_perf_counters()