]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
cpufreq: intel_pstate: Add Skylake servers support
authorSrinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Wed, 10 Jan 2018 19:38:52 +0000 (11:38 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 11 Jan 2018 17:57:20 +0000 (18:57 +0100)
commitd8de7a44e11f98f2c2a4c2e12e79ba9ffb839306
treef435c0d4d5653f5af5c4601bc0be090d05bb9ea2
parentdbd49b85eec7eb6d7ae61bad8306d5cdd85c142d
cpufreq: intel_pstate: Add Skylake servers support

Currently intel_pstate can function only in HWP mode on Skylake servers.
When HWP feature is not enabled on the processor then acpi-cpufreq is
driver is used.

Based on the power and performance tests using intel_pstate scaling
algorithm the results are comparable. But intel_pstate brings in
additional features:
 - Display of turbo frequency range, which many users like to see
 - Place limits in the turbo frequency range when platform allows

Since these tests are done only using non PID algorithm introduced in
kernel version 4.14, this patch is not a backport candidate. So each user
has to carefully weigh the benefits before he backports.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c