Skip to content

Commit a28ebff

Browse files
committed
cpufreq: intel_pstate: Add Sapphire Rapids support in no-HWP mode
Bugzilla: https://bugzilla.redhat.com/2170574 commit df51f28 Author: Giovanni Gherdovich <ggherdovich@suse.cz> Date: Mon Nov 21 16:35:40 2022 +0100 cpufreq: intel_pstate: Add Sapphire Rapids 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. See also the following past commits: commit d8de7a4 ("cpufreq: intel_pstate: Add Skylake servers support") commit 706c532 ("cpufreq: intel_pstate: Add Cometlake support in no-HWP mode") commit fbdc21e ("cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode") commit 71bb5c8 ("cpufreq: intel_pstate: Add Tigerlake support in no-HWP mode") Signed-off-by: Giovanni Gherdovich <ggherdovich@suse.cz> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: David Arcari <darcari@redhat.com>
1 parent 0dae466 commit a28ebff

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
@@ -2416,6 +2416,7 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
24162416
X86_MATCH(SKYLAKE_X, core_funcs),
24172417
X86_MATCH(COMETLAKE, core_funcs),
24182418
X86_MATCH(ICELAKE_X, core_funcs),
2419+
X86_MATCH(SAPPHIRERAPIDS_X, core_funcs),
24192420
{}
24202421
};
24212422
MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids);

0 commit comments

Comments
 (0)