|
@@ -714,6 +714,7 @@ static int intel_pstate_set_policy(struct cpufreq_policy *policy)
|
|
if (policy->policy == CPUFREQ_POLICY_PERFORMANCE) {
|
|
if (policy->policy == CPUFREQ_POLICY_PERFORMANCE) {
|
|
limits.min_perf_pct = 100;
|
|
limits.min_perf_pct = 100;
|
|
limits.min_perf = int_tofp(1);
|
|
limits.min_perf = int_tofp(1);
|
|
|
|
+ limits.max_policy_pct = 100;
|
|
limits.max_perf_pct = 100;
|
|
limits.max_perf_pct = 100;
|
|
limits.max_perf = int_tofp(1);
|
|
limits.max_perf = int_tofp(1);
|
|
limits.no_turbo = limits.turbo_disabled;
|
|
limits.no_turbo = limits.turbo_disabled;
|