Home
last modified time | relevance | path

Searched refs:max_waves_per_simd (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.h54 uint32_t max_waves_per_simd; member
H A Dkfd_debug.c1061 device_info.max_waves_per_simd = in kfd_dbg_trap_device_snapshot()
1062 topo_dev->node_props.max_waves_per_simd; in kfd_dbg_trap_device_snapshot()
H A Dkfd_crat.c949 dev->node_props.max_waves_per_simd = cu->max_waves_simd; in kfd_populated_cu_info_gpu()
2092 cu->max_waves_simd = cu_info.max_waves_per_simd; in kfd_create_vcrat_image_gpu()
H A Dkfd_topology.c466 sysfs_show_32bit_prop(buffer, offs, "max_waves_per_simd", in node_show()
467 dev->node_props.max_waves_per_simd); in node_show()
2055 * max_waves_per_simd: Carrizo reports wrong max_waves_per_simd in kfd_topology_add_device()
2060 dev->node_props.max_waves_per_simd = 10; in kfd_topology_add_device()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.h69 uint32_t max_waves_per_simd; member
H A Dkfd_crat.c163 dev->node_props.max_waves_per_simd = cu->max_waves_simd; in kfd_populated_cu_info_gpu()
1231 cu->max_waves_simd = cu_info.max_waves_per_simd; in kfd_create_vcrat_image_gpu()
H A Dkfd_topology.c460 sysfs_show_32bit_prop(buffer, offs, "max_waves_per_simd", in node_show()
461 dev->node_props.max_waves_per_simd); in node_show()
1399 * max_waves_per_simd: Carrizo reports wrong max_waves_per_simd in kfd_topology_add_device()
1404 dev->node_props.max_waves_per_simd = 10; in kfd_topology_add_device()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h67 uint32_t max_waves_per_simd; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A 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()
H A Damdgpu_amdkfd.c469 cu_info->max_waves_per_simd = acu_info.max_waves_per_simd; in amdgpu_amdkfd_get_cu_info()
H A Damdgpu_gfx.h189 uint32_t max_waves_per_simd; member
H A 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()
H A Damdgpu_amdkfd_gfx_v9.c877 adev->gfx.cu_info.max_waves_per_simd; in kgd_gfx_v9_get_cu_occupancy()
H A Damdgpu_device.c1873 adev->gfx.cu_info.max_waves_per_simd = in amdgpu_device_parse_gpu_info_fw()
H A Dgfx_v7_0.c5204 cu_info->max_waves_per_simd = 10; in gfx_v7_0_get_cu_info()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h67 uint32_t max_waves_per_simd; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd.c486 cu_info->max_waves_per_simd = acu_info.max_waves_per_simd; in amdgpu_amdkfd_get_cu_info()
H A Damdgpu_atomfirmware.c789 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()
805 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()
H A Damdgpu_gfx.h252 uint32_t max_waves_per_simd; member
H A Dgfx_v9_4_2.c1831 simd = i / cu_info->max_waves_per_simd; in gfx_v9_4_2_log_cu_timeout_status()
1832 wave = i % cu_info->max_waves_per_simd; in gfx_v9_4_2_log_cu_timeout_status()
H A Damdgpu_discovery.c1448 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()
1482 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()
H A Damdgpu_amdkfd_gfx_v9.c1099 adev->gfx.cu_info.max_waves_per_simd; in kgd_gfx_v9_get_cu_occupancy()
H A Dgfx_v9_4_3.c3918 simd = i / cu_info->max_waves_per_simd; in gfx_v9_4_3_log_cu_timeout_status()
3919 wave = i % cu_info->max_waves_per_simd; in gfx_v9_4_3_log_cu_timeout_status()
H A Damdgpu_device.c1966 adev->gfx.cu_info.max_waves_per_simd = in amdgpu_device_parse_gpu_info_fw()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dkfd_ioctl.h133 __u32 max_waves_per_simd; member

Completed in 53 milliseconds

12