Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.h54 uint32_t max_waves_per_simd; member
H A Dkfd_debug.c1076 device_info.max_waves_per_simd = in kfd_dbg_trap_device_snapshot()
1077 topo_dev->node_props.max_waves_per_simd; in kfd_dbg_trap_device_snapshot()
H A Dkfd_topology.c470 dev->node_props.max_waves_per_simd); in node_show()
2154 dev->node_props.max_waves_per_simd = 10; in kfd_topology_add_device()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c838 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()
854 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.h258 uint32_t max_waves_per_simd; member
H A Dgfx_v9_4_2.c1829 simd = i / cu_info->max_waves_per_simd; in gfx_v9_4_2_log_cu_timeout_status()
1830 wave = i % cu_info->max_waves_per_simd; in gfx_v9_4_2_log_cu_timeout_status()
H A Damdgpu_amdkfd_gfx_v9.c1077 adev->gfx.cu_info.max_waves_per_simd; in kgd_gfx_v9_get_cu_occupancy()
H A Damdgpu_discovery.c1541 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()
1585 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 Dgfx_v7_0.c5174 cu_info->max_waves_per_simd = 10; in gfx_v7_0_get_cu_info()
H A Damdgpu_device.c2525 adev->gfx.cu_info.max_waves_per_simd = in amdgpu_device_parse_gpu_info_fw()
H A Dgfx_v8_0.c7212 cu_info->max_waves_per_simd = 10; in gfx_v8_0_get_cu_info()
/linux/include/uapi/linux/
H A Dkfd_ioctl.h139 __u32 max_waves_per_simd; member