We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796ff50 commit a6960e6Copy full SHA for a6960e6
drivers/cpufreq/amd-pstate.c
@@ -1658,6 +1658,7 @@ static void amd_pstate_epp_offline(struct cpufreq_policy *policy)
1658
wrmsrl_on_cpu(cpudata->cpu, MSR_AMD_CPPC_REQ, value);
1659
} else {
1660
perf_ctrls.desired_perf = 0;
1661
+ perf_ctrls.min_perf = min_perf;
1662
perf_ctrls.max_perf = min_perf;
1663
cppc_set_perf(cpudata->cpu, &perf_ctrls);
1664
perf_ctrls.energy_perf = AMD_CPPC_ENERGY_PERF_PREF(HWP_EPP_BALANCE_POWERSAVE);
0 commit comments