Searched refs:set_df_cstate (Results 1 – 6 of 6) sorted by relevance
1488 if (!hwmgr->pm_en || !hwmgr->hwmgr_func->set_df_cstate) in pp_set_df_cstate()1491 hwmgr->hwmgr_func->set_df_cstate(hwmgr, state); in pp_set_df_cstate()1646 .set_df_cstate = pp_set_df_cstate,
366 if (pp_funcs && pp_funcs->set_df_cstate) { in amdgpu_dpm_set_df_cstate()368 ret = pp_funcs->set_df_cstate(pp_handle, cstate); in amdgpu_dpm_set_df_cstate()
449 int (*set_df_cstate)(void *handle, enum pp_df_cstate state); member
2558 if (!smu->ppt_funcs || !smu->ppt_funcs->set_df_cstate) in smu_set_df_cstate()2561 ret = smu->ppt_funcs->set_df_cstate(smu, state); in smu_set_df_cstate()3740 .set_df_cstate = smu_set_df_cstate,
2449 .set_df_cstate = arcturus_set_df_cstate,
4445 .set_df_cstate = vega20_set_df_cstate,