]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
intel_pstate: Remove periodic P state boost
authorDirk Brandewie <dirk.j.brandewie@intel.com>
Tue, 17 Dec 2013 17:42:07 +0000 (09:42 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 22 Dec 2013 00:04:55 +0000 (01:04 +0100)
commit91a4cd4f3d8169d7398f9123683f64575927c682
treea3aba0366e7543d496c7c28daf1546a51a2a3b34
parent007bea098b869945a462420a1f9d442ff169f722
intel_pstate: Remove periodic P state boost

Remove the periodic P state boost.  This code required for some corner
case benchmark tests.  The calculation of the required P state was
incorrect/inaccurate and would not allow P state increase.

This was fixed by a combination of commits:
  2134ed4 cpufreq / intel_pstate: Change to scale off of max P-state
  d253d2a intel_pstate: Improve accuracy by not truncating until final result

References: https://bugzilla.kernel.org/show_bug.cgi?id=64271
Reported-by: Doug Smythies <dsmythies@telus.net>
Signed-off-by: Dirk Brandewie <dirk.j.brandewie@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c