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

/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.h54 uint32_t max_waves_per_simd; member in struct:kfd_node_properties
H A Dkfd_debug.c1063 device_info.max_waves_per_simd =
1064 topo_dev->node_props.max_waves_per_simd;
H A Dkfd_crat.c1038 dev->node_props.max_waves_per_simd = cu->max_waves_simd;
2247 cu->max_waves_simd = cu_info->max_waves_per_simd;
H A Dkfd_topology.c466 sysfs_show_32bit_prop(buffer, offs, "max_waves_per_simd",
467 dev->node_props.max_waves_per_simd);
2067 * max_waves_per_simd: Carrizo reports wrong max_waves_per_simd
2072 dev->node_props.max_waves_per_simd = 10;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.h247 uint32_t max_waves_per_simd; member in struct:amdgpu_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);
805 adev->gfx.cu_info.max_waves_per_simd = le16_to_cpu(gfx_info->v27.gc_max_waves_per_simd);
H A Damdgpu_amdkfd_gfx_v9.c1097 adev->gfx.cu_info.max_waves_per_simd;
H A Dgfx_v9_4_2.c1829 simd = i / cu_info->max_waves_per_simd;
1830 wave = i % cu_info->max_waves_per_simd;
H A Damdgpu_discovery.c1489 adev->gfx.cu_info.max_waves_per_simd = le32_to_cpu(gc_info->v1.gc_max_waves_per_simd);
1523 adev->gfx.cu_info.max_waves_per_simd = le32_to_cpu(gc_info->v2.gc_max_waves_per_simd);
H A Dgfx_v7_0.c5144 cu_info->max_waves_per_simd = 10;
H A Damdgpu_device.c2336 adev->gfx.cu_info.max_waves_per_simd =
H A Dgfx_v8_0.c7133 cu_info->max_waves_per_simd = 10;
/linux-master/include/uapi/linux/
H A Dkfd_ioctl.h134 __u32 max_waves_per_simd; member in struct:kfd_dbg_device_info_entry

Completed in 227 milliseconds