Searched refs:amd_pstate_update_perf (Results 1 – 1 of 1) sorted by relevance
/linux-6.14.4/drivers/cpufreq/ |
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() 564 amd_pstate_update_perf(cpudata, min_perf, des_perf, max_perf, 0, fast_switch); in amd_pstate_update() 1573 return amd_pstate_update_perf(cpudata, cpudata->min_limit_perf, 0U, in amd_pstate_epp_update_limit() 1658 return amd_pstate_update_perf(cpudata, min_perf, 0, min_perf, in amd_pstate_epp_cpu_offline() 1845 static_call_update(amd_pstate_update_perf, shmem_update_perf); in amd_pstate_init()
|