Lines Matching refs:fast_switch
183 u32 des_perf, u32 max_perf, bool fast_switch) in pstate_update_perf() argument
185 if (fast_switch) in pstate_update_perf()
196 u32 max_perf, bool fast_switch) in amd_pstate_update_perf() argument
199 max_perf, fast_switch); in amd_pstate_update_perf()
410 u32 max_perf, bool fast_switch) in cppc_update_perf() argument
455 u32 des_perf, u32 max_perf, bool fast_switch, int gov_flags) in amd_pstate_update() argument
483 cpudata->cpu, (value != prev), fast_switch); in amd_pstate_update()
492 max_perf, fast_switch); in amd_pstate_update()
519 unsigned int target_freq, bool fast_switch) in amd_pstate_update_freq() argument
541 WARN_ON(fast_switch && !policy->fast_switch_enabled); in amd_pstate_update_freq()
547 if (!fast_switch) in amd_pstate_update_freq()
551 max_perf, fast_switch, policy->governor->flags); in amd_pstate_update_freq()
553 if (!fast_switch) in amd_pstate_update_freq()
1560 .fast_switch = amd_pstate_fast_switch,