OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_waves_per_simd
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.h
67
uint32_t
max_waves_per_simd
;
member in struct:kfd_node_properties
kfd_crat.c
168
dev->node_props.
max_waves_per_simd
= cu->max_waves_simd;
1207
cu->max_waves_simd = cu_info.
max_waves_per_simd
;
kfd_topology.c
460
sysfs_show_32bit_prop(buffer, "
max_waves_per_simd
",
461
dev->node_props.
max_waves_per_simd
);
1380
*
max_waves_per_simd
: Carrizo reports wrong
max_waves_per_simd
1385
dev->node_props.
max_waves_per_simd
= 10;
/src/sys/external/bsd/drm2/dist/drm/amd/include/
kgd_kfd_interface.h
69
uint32_t
max_waves_per_simd
;
member in struct:kfd_cu_info
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd.c
462
cu_info->
max_waves_per_simd
= acu_info.
max_waves_per_simd
;
amdgpu_gfx.h
180
uint32_t
max_waves_per_simd
;
member in struct:amdgpu_cu_info
amdgpu_discovery.c
404
adev->gfx.cu_info.
max_waves_per_simd
= le32_to_cpu(gc_info->gc_max_waves_per_simd);
amdgpu_atomfirmware.c
460
adev->gfx.cu_info.
max_waves_per_simd
= le16_to_cpu(gfx_info->v24.gc_max_waves_per_simd);
amdgpu_device.c
1694
adev->gfx.cu_info.
max_waves_per_simd
=
amdgpu_gfx_v7_0.c
5165
cu_info->
max_waves_per_simd
= 10;
amdgpu_gfx_v8_0.c
7151
cu_info->
max_waves_per_simd
= 10;
Completed in 27 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025