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

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c443 return sysfs_show_str_val(buffer, offs, dev->node_props.name);
451 dev->node_props.cpu_cores_count);
453 dev->gpu ? dev->node_props.simd_count : 0);
455 dev->node_props.mem_banks_count);
457 dev->node_props.caches_count);
459 dev->node_props.io_links_count);
461 dev->node_props.p2p_links_count);
463 dev->node_props.cpu_core_id_base);
465 dev->node_props.simd_id_base);
467 dev->node_props
[all...]
H A Dkfd_crat.c1023 dev->node_props.cpu_cores_count = cu->num_cpu_cores;
1024 dev->node_props.cpu_core_id_base = cu->processor_id_low;
1026 dev->node_props.capability |= HSA_CAP_ATS_PRESENT;
1035 dev->node_props.simd_id_base = cu->processor_id_low;
1036 dev->node_props.simd_count = cu->num_simd_cores;
1037 dev->node_props.lds_size_in_kb = cu->lds_size_in_kb;
1038 dev->node_props.max_waves_per_simd = cu->max_waves_simd;
1039 dev->node_props.wave_front_size = cu->wave_front_size;
1040 dev->node_props.array_count = cu->array_count;
1041 dev->node_props
[all...]
H A Dkfd_debug.c1053 device_info.location_id = topo_dev->node_props.location_id;
1054 device_info.vendor_id = topo_dev->node_props.vendor_id;
1055 device_info.device_id = topo_dev->node_props.device_id;
1061 topo_dev->node_props.gfx_target_version;
1062 device_info.simd_count = topo_dev->node_props.simd_count;
1064 topo_dev->node_props.max_waves_per_simd;
1065 device_info.array_count = topo_dev->node_props.array_count;
1067 topo_dev->node_props.simd_arrays_per_engine;
1069 device_info.capability = topo_dev->node_props.capability;
1070 device_info.debug_prop = topo_dev->node_props
[all...]
H A Dkfd_topology.h141 struct kfd_node_properties node_props; member in struct:kfd_topology_device

Completed in 276 milliseconds