Skip to content

Commit 3ead779

Browse files
spandruvadarafaeljw
authored andcommitted
cpufreq: intel_pstate: Support Clearwater Forest OOB mode
Prevent intel_pstate from loading when OOB (Out Of Band) P-states mode is enabled. Signed-off-by: Srinivas Pandruvada <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 8f5ae30 commit 3ead779

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
@@ -2793,6 +2793,7 @@ static const struct x86_cpu_id intel_pstate_cpu_oob_ids[] __initconst = {
27932793
X86_MATCH(INTEL_GRANITERAPIDS_X, core_funcs),
27942794
X86_MATCH(INTEL_ATOM_CRESTMONT, core_funcs),
27952795
X86_MATCH(INTEL_ATOM_CRESTMONT_X, core_funcs),
2796+
X86_MATCH(INTEL_ATOM_DARKMONT_X, core_funcs),
27962797
{}
27972798
};
27982799
#endif

0 commit comments

Comments
 (0)