Home
last modified time | relevance | path

Searched refs:max_waves_per_simd (Results 1 – 12 of 12) sorted by relevance

/drivers/gpu/drm/amd/include/
Dkgd_kfd_interface.h67 uint32_t max_waves_per_simd; member
/drivers/gpu/drm/amd/amdkfd/
Dkfd_topology.h69 uint32_t max_waves_per_simd; member
Dkfd_crat.c163 dev->node_props.max_waves_per_simd = cu->max_waves_simd; in kfd_populated_cu_info_gpu()
1228 cu->max_waves_simd = cu_info.max_waves_per_simd; in kfd_create_vcrat_image_gpu()
Dkfd_topology.c461 dev->node_props.max_waves_per_simd); in node_show()
1404 dev->node_props.max_waves_per_simd = 10; in kfd_topology_add_device()
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_discovery.c407 adev->gfx.cu_info.max_waves_per_simd = le32_to_cpu(gc_info->v1.gc_max_waves_per_simd); in amdgpu_discovery_get_gfx_info()
426 adev->gfx.cu_info.max_waves_per_simd = le32_to_cpu(gc_info->v2.gc_max_waves_per_simd); in amdgpu_discovery_get_gfx_info()
Damdgpu_amdkfd.c469 cu_info->max_waves_per_simd = acu_info.max_waves_per_simd; in amdgpu_amdkfd_get_cu_info()
Damdgpu_gfx.h189 uint32_t max_waves_per_simd; member
Damdgpu_atomfirmware.c490 adev->gfx.cu_info.max_waves_per_simd = le16_to_cpu(gfx_info->v24.gc_max_waves_per_simd); in amdgpu_atomfirmware_get_gfx_info()
Damdgpu_amdkfd_gfx_v9.c877 adev->gfx.cu_info.max_waves_per_simd; in kgd_gfx_v9_get_cu_occupancy()
Damdgpu_device.c1873 adev->gfx.cu_info.max_waves_per_simd = in amdgpu_device_parse_gpu_info_fw()
Dgfx_v7_0.c5204 cu_info->max_waves_per_simd = 10; in gfx_v7_0_get_cu_info()
Dgfx_v8_0.c7110 cu_info->max_waves_per_simd = 10; in gfx_v8_0_get_cu_info()