cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode
authorGiovanni Gherdovich <ggherdovich@suse.cz>
Tue, 18 May 2021 12:34:12 +0000 (14:34 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 21 May 2021 16:47:18 +0000 (18:47 +0200)
commitfbdc21e9b038d00d0d56fa4e0f7701d42ae08f00
tree50f6db9795ddb2a2da6544799fb274139f4d697d
parenteb3693f0521e020dd8617c7fa3ddf5c9f0d8dea0
cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode

Users may disable HWP in firmware, in which case intel_pstate wouldn't load
unless the CPU model is explicitly supported.

Add ICELAKE_X to the list of CPUs that can register intel_pstate while not
advertising the HWP capability. Without this change, an ICELAKE_X in no-HWP
mode could only use the acpi_cpufreq frequency scaling driver.

See also commit d8de7a44e11f ("cpufreq: intel_pstate: Add Skylake servers
support").

Signed-off-by: Giovanni Gherdovich <ggherdovich@suse.cz>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/intel_pstate.c