Searched refs:amd_pstate_update_perf (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/cpufreq/ |
H A D | amd-pstate.c | 257 DEFINE_STATIC_CALL(amd_pstate_update_perf, msr_update_perf); 259 static inline int amd_pstate_update_perf(struct amd_cpudata *cpudata, in amd_pstate_update_perf() function 264 return static_call(amd_pstate_update_perf)(cpudata, min_perf, des_perf, in amd_pstate_update_perf() 561 amd_pstate_update_perf(cpudata, min_perf, des_perf, max_perf, 0, fast_switch); in amd_pstate_update() 1571 return amd_pstate_update_perf(cpudata, cpudata->min_limit_perf, 0U, in amd_pstate_epp_update_limit() 1620 return amd_pstate_update_perf(cpudata, 0, 0, max_perf, cpudata->epp_cached, false); in amd_pstate_epp_reenable() 1656 return amd_pstate_update_perf(cpudata, min_perf, 0, min_perf, in amd_pstate_epp_cpu_offline() 1840 static_call_update(amd_pstate_update_perf, shmem_update_perf); in amd_pstate_init()
|