Searched refs:get_cu_occupancy (Results 1 – 3 of 3) sorted by relevance
299 void (*get_cu_occupancy)(struct kgd_dev *kgd, int pasid, int *wave_cnt, member
276 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()550 if (pdd->dev->kfd2kgd->get_cu_occupancy != NULL) { in kfd_procfs_add_sysfs_stats()974 if (pdd->dev->kfd2kgd->get_cu_occupancy) in kfd_process_wq_release()
900 .get_cu_occupancy = kgd_gfx_v9_get_cu_occupancy,