Home
last modified time | relevance | path

Searched refs:max_waves_per_cu (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h300 int *max_waves_per_cu);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h331 int *wave_cnt, int *max_waves_per_cu, uint32_t inst);
/kernel/linux/linux-6.6/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, 0); in kfd_get_cu_occupancy()
294 cu_cnt = (wave_cnt + (max_waves_per_cu - 1)) / max_waves_per_cu; in kfd_get_cu_occupancy()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v9.c766 * @max_waves_per_cu: Output parameter updated with maximum number of waves
803 int *pasid_wave_cnt, int *max_waves_per_cu) in kgd_gfx_v9_get_cu_occupancy()
876 *max_waves_per_cu = adev->gfx.cu_info.simd_per_cu * in kgd_gfx_v9_get_cu_occupancy()
802 kgd_gfx_v9_get_cu_occupancy(struct kgd_dev *kgd, int pasid, int *pasid_wave_cnt, int *max_waves_per_cu) kgd_gfx_v9_get_cu_occupancy() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v9.c989 * @max_waves_per_cu: Output parameter updated with maximum number of waves
1027 int *pasid_wave_cnt, int *max_waves_per_cu, uint32_t inst) in kgd_gfx_v9_get_cu_occupancy()
1098 *max_waves_per_cu = adev->gfx.cu_info.simd_per_cu * in kgd_gfx_v9_get_cu_occupancy()
1026 kgd_gfx_v9_get_cu_occupancy(struct amdgpu_device *adev, int pasid, int *pasid_wave_cnt, int *max_waves_per_cu, uint32_t inst) kgd_gfx_v9_get_cu_occupancy() argument

Completed in 11 milliseconds