Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c407 (char)dev->node_props.marketing_name[i]; in node_show()
408 if (dev->node_props.marketing_name[i] == 0) in node_show()
418 dev->node_props.cpu_cores_count); in node_show()
420 dev->node_props.simd_count); in node_show()
422 dev->node_props.mem_banks_count); in node_show()
424 dev->node_props.caches_count); in node_show()
426 dev->node_props.io_links_count); in node_show()
428 dev->node_props.cpu_core_id_base); in node_show()
430 dev->node_props.simd_id_base); in node_show()
432 dev->node_props.max_waves_per_simd); in node_show()
[all …]
Dkfd_crat.c142 dev->node_props.cpu_cores_count = cu->num_cpu_cores; in kfd_populated_cu_info_cpu()
143 dev->node_props.cpu_core_id_base = cu->processor_id_low; in kfd_populated_cu_info_cpu()
145 dev->node_props.capability |= HSA_CAP_ATS_PRESENT; in kfd_populated_cu_info_cpu()
154 dev->node_props.simd_id_base = cu->processor_id_low; in kfd_populated_cu_info_gpu()
155 dev->node_props.simd_count = cu->num_simd_cores; in kfd_populated_cu_info_gpu()
156 dev->node_props.lds_size_in_kb = cu->lds_size_in_kb; in kfd_populated_cu_info_gpu()
157 dev->node_props.max_waves_per_simd = cu->max_waves_simd; in kfd_populated_cu_info_gpu()
158 dev->node_props.wave_front_size = cu->wave_front_size; in kfd_populated_cu_info_gpu()
159 dev->node_props.array_count = cu->array_count; in kfd_populated_cu_info_gpu()
160 dev->node_props.cu_per_simd_array = cu->num_cu_per_array; in kfd_populated_cu_info_gpu()
[all …]
Dkfd_iommu.c74 top_dev->node_props.capability &= ~HSA_CAP_ATS_PRESENT; in kfd_iommu_device_init()
78 top_dev->node_props.capability |= HSA_CAP_ATS_PRESENT; in kfd_iommu_device_init()
353 if (!(kdev->node_props.capability & HSA_CAP_ATS_PRESENT)) in kfd_iommu_add_perf_counters()
Dkfd_topology.h151 struct kfd_node_properties node_props; member