Searched refs:set_df_cstate (Results 1 – 8 of 8) sorted by relevance
325 int (*set_df_cstate)(void *handle, enum pp_df_cstate state); member
1588 if (!hwmgr->pm_en || !hwmgr->hwmgr_func->set_df_cstate) in pp_set_df_cstate()1592 hwmgr->hwmgr_func->set_df_cstate(hwmgr, state); in pp_set_df_cstate()1692 .set_df_cstate = pp_set_df_cstate,
513 int (*set_df_cstate)(struct smu_context *smu, enum pp_df_cstate state); member
364 int (*set_df_cstate)(struct pp_hwmgr *hwmgr, enum pp_df_cstate state); member
1207 pp_funcs->set_df_cstate) in amdgpu_dpm_set_df_cstate()1208 ret = pp_funcs->set_df_cstate(pp_handle, cstate); in amdgpu_dpm_set_df_cstate()
1779 if (!smu->ppt_funcs || !smu->ppt_funcs->set_df_cstate) in smu_set_df_cstate()1784 ret = smu->ppt_funcs->set_df_cstate(smu, state); in smu_set_df_cstate()
2396 .set_df_cstate = arcturus_set_df_cstate,
4430 .set_df_cstate = vega20_set_df_cstate,