Searched refs:max_waves_per_simd (Results 1 – 16 of 16) sorted by relevance
54 uint32_t max_waves_per_simd; member
1061 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()
949 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()
467 dev->node_props.max_waves_per_simd); in node_show()2060 dev->node_props.max_waves_per_simd = 10; in kfd_topology_add_device()
67 uint32_t max_waves_per_simd; member
486 cu_info->max_waves_per_simd = acu_info.max_waves_per_simd; in amdgpu_amdkfd_get_cu_info()
789 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()
252 uint32_t max_waves_per_simd; member
1831 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()
1099 adev->gfx.cu_info.max_waves_per_simd; in kgd_gfx_v9_get_cu_occupancy()
1448 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()
3918 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()
5144 cu_info->max_waves_per_simd = 10; in gfx_v7_0_get_cu_info()
1966 adev->gfx.cu_info.max_waves_per_simd = in amdgpu_device_parse_gpu_info_fw()
7146 cu_info->max_waves_per_simd = 10; in gfx_v8_0_get_cu_info()
133 __u32 max_waves_per_simd; member