Searched refs:set_ppfeature_status (Results 1 – 9 of 9) sorted by relevance
1543 if (hwmgr->hwmgr_func->set_ppfeature_status == NULL) { in pp_set_ppfeature_status()1549 ret = hwmgr->hwmgr_func->set_ppfeature_status(hwmgr, ppfeature_masks); in pp_set_ppfeature_status()1741 .set_ppfeature_status = pp_set_ppfeature_status,
365 ((adev)->powerplay.pp_funcs->set_ppfeature_status(\
360 int (*set_ppfeature_status)(struct pp_hwmgr *hwmgr, uint64_t ppfeature_masks); member
382 int (*set_ppfeature_status)(void *handle, uint64_t ppfeature_masks); member
2946 .set_ppfeature_status = vega12_set_ppfeature_status,
4401 .set_ppfeature_status = vega20_set_ppfeature_status,
5584 .set_ppfeature_status = vega10_set_ppfeature_status,
3095 .set_ppfeature_status = smu_sys_set_pp_feature_mask,
976 if (adev->powerplay.pp_funcs->set_ppfeature_status) { in amdgpu_set_pp_features()