Home
last modified time | relevance | path

Searched refs:amd_pstate_update_perf (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/cpufreq/
H A Damd-pstate.c275 DEFINE_STATIC_CALL(amd_pstate_update_perf, msr_update_perf);
277 static inline int amd_pstate_update_perf(struct cpufreq_policy *policy, in amd_pstate_update_perf() function
282 return static_call(amd_pstate_update_perf)(policy, min_perf, des_perf, in amd_pstate_update_perf()
594 amd_pstate_update_perf(policy, min_perf, des_perf, max_perf, 0, fast_switch); in amd_pstate_update()
1060 amd_pstate_update_perf(policy, perf.bios_min_perf, 0U, 0U, 0U, false); in amd_pstate_cpu_exit()
1548 amd_pstate_update_perf(policy, perf.bios_min_perf, 0U, 0U, 0U, false); in amd_pstate_epp_cpu_exit()
1573 return amd_pstate_update_perf(policy, perf.min_limit_perf, 0U, in amd_pstate_epp_update_limit()
1615 return amd_pstate_update_perf(policy, perf.bios_min_perf, 0U, 0U, 0U, false); in amd_pstate_cpu_offline()
1629 ret = amd_pstate_update_perf(policy, perf.bios_min_perf, 0U, 0U, 0U, false); in amd_pstate_suspend()
1649 return amd_pstate_update_perf(policy, perf.min_limit_perf, cur_perf, perf.max_limit_perf, in amd_pstate_resume()
[all …]