Lines Matching refs:fast_switch
237 u32 des_perf, u32 max_perf, bool fast_switch) in pstate_update_perf() argument
239 if (fast_switch) in pstate_update_perf()
250 u32 max_perf, bool fast_switch) in amd_pstate_update_perf() argument
253 max_perf, fast_switch); in amd_pstate_update_perf()
432 u32 max_perf, bool fast_switch) in cppc_update_perf() argument
477 u32 des_perf, u32 max_perf, bool fast_switch, int gov_flags) in amd_pstate_update() argument
515 cpudata->cpu, (value != prev), fast_switch); in amd_pstate_update()
524 max_perf, fast_switch); in amd_pstate_update()
566 unsigned int target_freq, bool fast_switch) in amd_pstate_update_freq() argument
588 WARN_ON(fast_switch && !policy->fast_switch_enabled); in amd_pstate_update_freq()
594 if (!fast_switch) in amd_pstate_update_freq()
598 max_perf, fast_switch, policy->governor->flags); in amd_pstate_update_freq()
600 if (!fast_switch) in amd_pstate_update_freq()
1731 .fast_switch = amd_pstate_fast_switch,