Searched refs:get_ppfeature_status (Results 1 – 9 of 9) sorted by relevance
1523 if (hwmgr->hwmgr_func->get_ppfeature_status == NULL) { in pp_get_ppfeature_status()1529 ret = hwmgr->hwmgr_func->get_ppfeature_status(hwmgr, buf); in pp_get_ppfeature_status()1740 .get_ppfeature_status = pp_get_ppfeature_status,
361 ((adev)->powerplay.pp_funcs->get_ppfeature_status(\
359 int (*get_ppfeature_status)(struct pp_hwmgr *hwmgr, char *buf); member
381 int (*get_ppfeature_status)(void *handle, char *buf); member
2945 .get_ppfeature_status = vega12_get_ppfeature_status,
4400 .get_ppfeature_status = vega20_get_ppfeature_status,
5583 .get_ppfeature_status = vega10_get_ppfeature_status,
3094 .get_ppfeature_status = smu_sys_get_pp_feature_mask,
1010 if (adev->powerplay.pp_funcs->get_ppfeature_status) in amdgpu_get_pp_features()