Skip to content

Commit e950131

Browse files
ZhenguoYao1rafaeljw
authored andcommitted
cpufreq: intel_pstate: Add Emerald Rapids support in no-HWP mode
Users may disable HWP in firmware, in which case intel_pstate will give up unless the CPU model is explicitly supported. See also the following past commits: - commit df51f28 ("cpufreq: intel_pstate: Add Sapphire Rapids support in no-HWP mode") - 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: Zhenguo Yao <yaozhenguo1@gmail.com> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> [ rjw: Changelog edits ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 2719675 commit e950131

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
@@ -2406,6 +2406,7 @@ static const struct x86_cpu_id intel_pstate_cpu_ids[] = {
24062406
X86_MATCH(ICELAKE_X, core_funcs),
24072407
X86_MATCH(TIGERLAKE, core_funcs),
24082408
X86_MATCH(SAPPHIRERAPIDS_X, core_funcs),
2409+
X86_MATCH(EMERALDRAPIDS_X, core_funcs),
24092410
{}
24102411
};
24112412
MODULE_DEVICE_TABLE(x86cpu, intel_pstate_cpu_ids);

0 commit comments

Comments
 (0)