Skip to content

Commit ddf001f

Browse files
author
Herton R. Krzesinski
committed
Merge: cpufreq: intel_pstate: Add Sapphire Rapids support in no-HWP mode
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/2062 Bugzilla: https://bugzilla.redhat.com/2170574 Tested: https://bugzilla.redhat.com/show_bug.cgi?id=2170574#c7 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> Approved-by: Steve Best <sbest@redhat.com> Approved-by: Dean Nelson <dnelson@redhat.com> Signed-off-by: Herton R. Krzesinski <herton@redhat.com>
2 parents eef5240 + a28ebff commit ddf001f

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)