Searched refs:amd_pstate_update_perf (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/cpufreq/ |
D | amd-pstate.c | 246 DEFINE_STATIC_CALL(amd_pstate_update_perf, pstate_update_perf); 248 static inline void amd_pstate_update_perf(struct amd_cpudata *cpudata, in amd_pstate_update_perf() function 252 static_call(amd_pstate_update_perf)(cpudata, min_perf, des_perf, in amd_pstate_update_perf() local 272 amd_pstate_update_perf(cpudata, cpudata->min_limit_perf, 0U, in amd_pstate_set_epp() 523 amd_pstate_update_perf(cpudata, min_perf, des_perf, in amd_pstate_update() 1902 static_call_update(amd_pstate_update_perf, cppc_update_perf); in amd_pstate_init()
|