1
0
Fork 0

intel_pstate: Change the setpoint for Atom params

Change the setpoint for the Baytrail and Cherrytrail CPUs.  This
will cause more aggressive pstate selection and improves
performance on a variety of workloads with little power penalty.

Signed-off-by: Kristen Carlson Accardi <kristen@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
hifive-unleashed-5.1
Kristen Carlson Accardi 2015-04-10 11:06:43 -07:00 committed by Rafael J. Wysocki
parent b34ef932d7
commit 6a82ba6d4f
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ static struct cpu_defaults byt_params = {
.pid_policy = {
.sample_rate_ms = 10,
.deadband = 0,
.setpoint = 97,
.setpoint = 60,
.p_gain_pct = 14,
.d_gain_pct = 0,
.i_gain_pct = 4,