Linux Power Management development
 help / color / mirror / Atom feed
* [PATCH] intel_pstate: Change the setpoint for atom params
@ 2015-04-10 18:06 Kristen Carlson Accardi
  2015-04-11 15:44 ` Doug Smythies
       [not found] ` <002601d073f7$31780550$94680ff0$@net>
  0 siblings, 2 replies; 3+ messages in thread
From: Kristen Carlson Accardi @ 2015-04-10 18:06 UTC (permalink / raw)
  To: rjw; +Cc: linux-pm

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>
---
 drivers/cpufreq/intel_pstate.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/intel_pstate.c b/drivers/cpufreq/intel_pstate.c
index 872c577..204e43e 100644
--- a/drivers/cpufreq/intel_pstate.c
+++ b/drivers/cpufreq/intel_pstate.c
@@ -636,7 +636,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,
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-04-13 16:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-10 18:06 [PATCH] intel_pstate: Change the setpoint for atom params Kristen Carlson Accardi
2015-04-11 15:44 ` Doug Smythies
     [not found] ` <002601d073f7$31780550$94680ff0$@net>
2015-04-13 16:29   ` Kristen Carlson Accardi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox