Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
A Dkfd_topology.h70 uint32_t max_waves_per_simd; member
A Dkfd_topology.c462 dev->node_props.max_waves_per_simd); in node_show()
1475 dev->node_props.max_waves_per_simd = 10; in kfd_topology_add_device()
A Dkfd_crat.c815 dev->node_props.max_waves_per_simd = cu->max_waves_simd; in kfd_populated_cu_info_gpu()
2120 cu->max_waves_simd = cu_info.max_waves_per_simd; in kfd_create_vcrat_image_gpu()
/linux/drivers/gpu/drm/amd/include/
A Dkgd_kfd_interface.h68 uint32_t max_waves_per_simd; member
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_amdkfd.c470 cu_info->max_waves_per_simd = acu_info.max_waves_per_simd; in amdgpu_amdkfd_get_cu_info()
A Damdgpu_atomfirmware.c656 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()
672 adev->gfx.cu_info.max_waves_per_simd = le16_to_cpu(gfx_info->v27.gc_max_waves_per_simd); in amdgpu_atomfirmware_get_gfx_info()
A Damdgpu_gfx.h195 uint32_t max_waves_per_simd; member
A Damdgpu_discovery.c561 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()
580 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()
A Damdgpu_amdkfd_gfx_v9.c882 adev->gfx.cu_info.max_waves_per_simd; in kgd_gfx_v9_get_cu_occupancy()
A Dgfx_v9_4_2.c1851 simd = i / cu_info->max_waves_per_simd; in gfx_v9_4_2_log_cu_timeout_status()
1852 wave = i % cu_info->max_waves_per_simd; in gfx_v9_4_2_log_cu_timeout_status()
A Damdgpu_device.c2023 adev->gfx.cu_info.max_waves_per_simd = in amdgpu_device_parse_gpu_info_fw()
A Dgfx_v7_0.c5215 cu_info->max_waves_per_simd = 10; in gfx_v7_0_get_cu_info()
A Dgfx_v8_0.c7187 cu_info->max_waves_per_simd = 10; in gfx_v8_0_get_cu_info()

Completed in 49 milliseconds