Searched refs:get_ppt_limit (Results 1 – 4 of 4) sorted by relevance
1066 int (*get_ppt_limit)(struct smu_context *smu, uint32_t *ppt_limit, member
2940 if (smu->ppt_funcs->get_ppt_limit) in smu_get_power_limit()2941 ret = smu->ppt_funcs->get_ppt_limit(smu, limit, limit_type, limit_level); in smu_get_power_limit()
2551 .get_ppt_limit = vangogh_get_ppt_limit,
3868 .get_ppt_limit = smu_v13_0_6_get_ppt_limit,