Skip to content

Commit bbd67f1

Browse files
spandruvadarafaeljw
authored andcommitted
cpufreq: intel_pstate: Support Sapphire Rapids OOB mode
Prevent intel_pstate to load when OOB (Out Of Band) P-states mode is enabled in Sapphire Rapids. The OOB identifying bits are same as the prior generation CPUs like Ice Lake servers. So, also add Sapphire Rapids to intel_pstate_cpu_oob_ids list. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 85f0e42 commit bbd67f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/cpufreq/intel_pstate.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2425,6 +2425,7 @@ static const struct x86_cpu_id intel_pstate_cpu_oob_ids[] __initconst = {
24252425
X86_MATCH(BROADWELL_X, core_funcs),
24262426
X86_MATCH(SKYLAKE_X, core_funcs),
24272427
X86_MATCH(ICELAKE_X, core_funcs),
2428+
X86_MATCH(SAPPHIRERAPIDS_X, core_funcs),
24282429
{}
24292430
};
24302431

0 commit comments

Comments
 (0)