Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_crat.h102 uint32_t processor_id_low; member
161 uint32_t processor_id_low; member
190 uint32_t processor_id_low; member
221 uint32_t processor_id_low; member
Dkfd_crat.c148 dev->node_props.cpu_core_id_base = cu->processor_id_low; in kfd_populated_cu_info_cpu()
153 cu->processor_id_low); in kfd_populated_cu_info_cpu()
159 dev->node_props.simd_id_base = cu->processor_id_low; in kfd_populated_cu_info_gpu()
170 pr_debug("CU GPU: id_base=%d\n", cu->processor_id_low); in kfd_populated_cu_info_gpu()
292 id = cache->processor_id_low; in kfd_parse_subtype_cache()
317 props->processor_id_low = id; in kfd_parse_subtype_cache()
574 pcache->processor_id_low = cu_processor_id in fill_in_pcache()
824 sub_type_hdr->processor_id_low = kfd_numa_node_to_apic_id(numa_node_id); in kfd_fill_cu_for_cpu()
825 if (sub_type_hdr->processor_id_low == -1) in kfd_fill_cu_for_cpu()
1201 cu->processor_id_low = get_and_inc_gpu_processor_id(total_num_of_cu); in kfd_create_vcrat_image_gpu()
[all …]
Dkfd_topology.h117 uint32_t processor_id_low; member
Dkfd_topology.c338 cache->processor_id_low); in kfd_cache_show()