Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.c443 return sysfs_show_str_val(buffer, offs, dev->node_props.name); in node_show()
451 dev->node_props.cpu_cores_count); in node_show()
453 dev->gpu ? dev->node_props.simd_count : 0); in node_show()
455 dev->node_props.mem_banks_count); in node_show()
457 dev->node_props.caches_count); in node_show()
459 dev->node_props.io_links_count); in node_show()
461 dev->node_props.p2p_links_count); in node_show()
463 dev->node_props.cpu_core_id_base); in node_show()
465 dev->node_props.simd_id_base); in node_show()
467 dev->node_props.max_waves_per_simd); in node_show()
[all …]
Dkfd_crat.c934 dev->node_props.cpu_cores_count = cu->num_cpu_cores; in kfd_populated_cu_info_cpu()
935 dev->node_props.cpu_core_id_base = cu->processor_id_low; in kfd_populated_cu_info_cpu()
937 dev->node_props.capability |= HSA_CAP_ATS_PRESENT; in kfd_populated_cu_info_cpu()
946 dev->node_props.simd_id_base = cu->processor_id_low; in kfd_populated_cu_info_gpu()
947 dev->node_props.simd_count = cu->num_simd_cores; in kfd_populated_cu_info_gpu()
948 dev->node_props.lds_size_in_kb = cu->lds_size_in_kb; in kfd_populated_cu_info_gpu()
949 dev->node_props.max_waves_per_simd = cu->max_waves_simd; in kfd_populated_cu_info_gpu()
950 dev->node_props.wave_front_size = cu->wave_front_size; in kfd_populated_cu_info_gpu()
951 dev->node_props.array_count = cu->array_count; in kfd_populated_cu_info_gpu()
952 dev->node_props.cu_per_simd_array = cu->num_cu_per_array; in kfd_populated_cu_info_gpu()
[all …]
Dkfd_debug.c1051 device_info.location_id = topo_dev->node_props.location_id; in kfd_dbg_trap_device_snapshot()
1052 device_info.vendor_id = topo_dev->node_props.vendor_id; in kfd_dbg_trap_device_snapshot()
1053 device_info.device_id = topo_dev->node_props.device_id; in kfd_dbg_trap_device_snapshot()
1059 topo_dev->node_props.gfx_target_version; in kfd_dbg_trap_device_snapshot()
1060 device_info.simd_count = topo_dev->node_props.simd_count; in kfd_dbg_trap_device_snapshot()
1062 topo_dev->node_props.max_waves_per_simd; in kfd_dbg_trap_device_snapshot()
1063 device_info.array_count = topo_dev->node_props.array_count; in kfd_dbg_trap_device_snapshot()
1065 topo_dev->node_props.simd_arrays_per_engine; in kfd_dbg_trap_device_snapshot()
1067 device_info.capability = topo_dev->node_props.capability; in kfd_dbg_trap_device_snapshot()
1068 device_info.debug_prop = topo_dev->node_props.debug_prop; in kfd_dbg_trap_device_snapshot()
Dkfd_topology.h141 struct kfd_node_properties node_props; member