Home
last modified time | relevance | path

Searched refs:max_waves_per_cu (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c269 int max_waves_per_cu; in kfd_get_cu_occupancy() local
289 max_waves_per_cu = 0; in kfd_get_cu_occupancy()
291 &max_waves_per_cu); in kfd_get_cu_occupancy()
294 cu_cnt = (wave_cnt + (max_waves_per_cu - 1)) / max_waves_per_cu; in kfd_get_cu_occupancy()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h300 int *max_waves_per_cu);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v9.c803 int *pasid_wave_cnt, int *max_waves_per_cu) in kgd_gfx_v9_get_cu_occupancy() argument
876 *max_waves_per_cu = adev->gfx.cu_info.simd_per_cu * in kgd_gfx_v9_get_cu_occupancy()