Skip to content

Commit a50b58a

Browse files
spandruvadazhang-rui
authored andcommitted
cpufreq: intel_pstate: Support Clearwater Forest OOB mode
commit 3ead77989c20cb2d774a3b6045d7a928b6fb53ed upstream. Prevent intel_pstate from loading when OOB (Out Of Band) P-states mode is enabled. Intel-SIG: commit 3ead77989c20 cpufreq: intel_pstate: Support Clearwater Forest OOB mode Support OOB CPU frequency control for EMR/GNR/SRF/GRR/CWF Signed-off-by: Srinivas Pandruvada <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]> [ Zhang Rui: resolve conflict (use old X86 Macro) and amend commit log ] Signed-off-by: Zhang Rui <[email protected]>
1 parent 1ec9c20 commit a50b58a

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
@@ -2366,6 +2366,7 @@ static const struct x86_cpu_id intel_pstate_cpu_oob_ids[] __initconst = {
23662366
X86_MATCH(GRANITERAPIDS_X, core_funcs),
23672367
X86_MATCH(ATOM_CRESTMONT, core_funcs),
23682368
X86_MATCH(ATOM_CRESTMONT_X, core_funcs),
2369+
X86_MATCH(ATOM_DARKMONT_X, core_funcs),
23692370
{}
23702371
};
23712372

0 commit comments

Comments
 (0)