Skip to content

Commit 7e1c3f5

Browse files
spandruvadarafaeljw
authored andcommitted
cpufreq: intel_pstate: Support Emerald Rapids OOB mode
Prevent intel_pstate from loading when OOB (Out Of Band) P-states mode is enabled in Emerald Rapids. The OOB identifying bits are same as for the prior generation CPUs like Sapphire Rapids servers, so also add Emerald Rapids to the intel_pstate_cpu_oob_ids[] list. Signed-off-by: Srinivas Pandruvada <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent e2ae789 commit 7e1c3f5

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
@@ -2404,6 +2404,7 @@ static const struct x86_cpu_id intel_pstate_cpu_oob_ids[] __initconst = {
24042404
X86_MATCH(INTEL_SKYLAKE_X, core_funcs),
24052405
X86_MATCH(INTEL_ICELAKE_X, core_funcs),
24062406
X86_MATCH(INTEL_SAPPHIRERAPIDS_X, core_funcs),
2407+
X86_MATCH(INTEL_EMERALDRAPIDS_X, core_funcs),
24072408
{}
24082409
};
24092410
#endif

0 commit comments

Comments
 (0)