Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d8de7a4

Browse files
spandruvadarafaeljw
authored andcommitted
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 <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent dbd49b8 commit d8de7a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/cpufreq/intel_pstate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1620,6 +1620,7 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
16201620
ICPU(INTEL_FAM6_XEON_PHI_KNM, knl_funcs),
16211621
ICPU(INTEL_FAM6_ATOM_GOLDMONT, core_funcs),
16221622
ICPU(INTEL_FAM6_ATOM_GEMINI_LAKE, core_funcs),
1623+
ICPU(INTEL_FAM6_SKYLAKE_X, core_funcs),
16231624
{}
16241625
};
16251626
MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids);

0 commit comments

Comments
 (0)