Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gfx_v9.h58 int *pasid_wave_cnt, int *max_waves_per_cu);
Damdgpu_amdkfd_gfx_v9.c759 int *pasid_wave_cnt, int *max_waves_per_cu) in kgd_gfx_v9_get_cu_occupancy() argument
829 *max_waves_per_cu = adev->gfx.cu_info.simd_per_cu * in kgd_gfx_v9_get_cu_occupancy()
/linux-6.1.9/drivers/gpu/drm/amd/include/
Dkgd_kfd_interface.h293 int *wave_cnt, int *max_waves_per_cu);
/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c271 int max_waves_per_cu; in kfd_get_cu_occupancy() local
291 max_waves_per_cu = 0; in kfd_get_cu_occupancy()
293 &max_waves_per_cu); in kfd_get_cu_occupancy()
296 cu_cnt = (wave_cnt + (max_waves_per_cu - 1)) / max_waves_per_cu; in kfd_get_cu_occupancy()