Skip to content

Commit cd23f02

Browse files
Adamos Ttofarirafaeljw
authored andcommitted
cpufreq: intel_pstate: Add Ice Lake server to out-of-band IDs
Commit fbdc21e ("cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode") enabled the use of Intel P-State driver for Ice Lake servers. But it doesn't cover the case when OS can't control P-States. Therefore, for Ice Lake server, if MSR_MISC_PWR_MGMT bits 8 or 18 are enabled, then the Intel P-State driver should exit as OS can't control P-States. Fixes: fbdc21e ("cpufreq: intel_pstate: Add Icelake servers support in no-HWP mode") Signed-off-by: Adamos Ttofari <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 1360572 commit cd23f02

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
@@ -2353,6 +2353,7 @@ static const struct x86_cpu_id intel_pstate_cpu_oob_ids[] __initconst = {
23532353
X86_MATCH(BROADWELL_D, core_funcs),
23542354
X86_MATCH(BROADWELL_X, core_funcs),
23552355
X86_MATCH(SKYLAKE_X, core_funcs),
2356+
X86_MATCH(ICELAKE_X, core_funcs),
23562357
{}
23572358
};
23582359

0 commit comments

Comments
 (0)