Bug 70941
Summary: | 'powersave' performance excessively slow on Dell Venue 8 Pro (Baytrail tablet) | ||
---|---|---|---|
Product: | Power Management | Reporter: | Adam Williamson (adamw) |
Component: | cpufreq | Assignee: | Dirk Brandewie (dirk.brandewie) |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | high | CC: | bugzilla, dirk.brandewie, lenb, tianyu.lan, tomi |
Priority: | P1 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 3.14rc3 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | Patch to fix performance regresion |
Description
Adam Williamson
2014-02-21 08:53:02 UTC
commit fcb6a15c2e7e76d493e6f91ea889ab40e1c643a4 is the problem. I am working on a fix ATM. Lowering the setpoint for the PID should workaround the problem echo 90 > /sys/kernel/debug/pstate_snb/setpoint This will cost some power though. This also broke GregKH https://lkml.org/lkml/2014/2/19/626 Created attachment 127321 [details]
Patch to fix performance regresion
Please try the attached patch. Without the change to the default setpoint.
Looks good here. Built a kernel with this patch instead of the setpoint change, seems to perform fine, nothing exploded. I'm having a similar issue on my ThinkPad T420 with i5-2520M on yesterdays master which has both fcb6a15c2e7e76d493e6f91ea889ab40e1c643a4 and e66c176837462928a05a135bbe16cdce70536d6e. Reverting both of them seems to fix things again. Shall I open a new issue? shipped in Linux 3.15: commit f0fe3cd7e12d8290c82284b5c8aee723cbd0371a Author: Dirk Brandewie <dirk.j.brandewie@intel.com> Date: Thu May 29 09:32:23 2014 -0700 intel_pstate: Correct rounding in busy calculation |