Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/include/
Dkgd_kfd_interface.h299 void (*get_cu_occupancy)(struct kgd_dev *kgd, int pasid, int *wave_cnt, member
/Linux-v5.10/drivers/gpu/drm/amd/amdkfd/
Dkfd_process.c276 if (dev->kfd2kgd->get_cu_occupancy == NULL) in kfd_get_cu_occupancy()
290 dev->kfd2kgd->get_cu_occupancy(dev->kgd, proc->pasid, &wave_cnt, in kfd_get_cu_occupancy()
554 if (pdd->dev->kfd2kgd->get_cu_occupancy != NULL) { in kfd_procfs_add_sysfs_stats()
977 if (pdd->dev->kfd2kgd->get_cu_occupancy != NULL) in kfd_process_wq_release()
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd_gfx_v9.c900 .get_cu_occupancy = kgd_gfx_v9_get_cu_occupancy,