Home
last modified time | relevance | path

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

/linux-6.15/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()
576 amd_pstate_update_perf(policy, min_perf, des_perf, max_perf, 0, fast_switch); in amd_pstate_update()
1535 return amd_pstate_update_perf(policy, perf.min_limit_perf, 0U, in amd_pstate_epp_update_limit()
1747 static_call_update(amd_pstate_update_perf, shmem_update_perf); in amd_pstate_init()