Skip to content

Commit 790e826

Browse files
Kuppuswamy Sathyanarayananrafaeljw
authored andcommitted
cpufreq: intel_pstate: Add Diamond Rapids OOB mode support
Prevent intel_pstate from loading when Out-of-Band (OOB) P-states mode is enabled. The OOB identification mechanism for Diamond Rapids servers is the same as for prior generation CPUs such as Granite Rapids. Add the Diamond Rapids CPU model to intel_pstate_cpu_oob_ids[] to ensure correct OOB handling. Signed-off-by: Kuppuswamy Sathyanarayanan <sathyanarayanan.kuppuswamy@linux.intel.com> Link: https://patch.msgid.link/20251022215425.3566218-1-sathyanarayanan.kuppuswamy@linux.intel.com Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent cb908f8 commit 790e826

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
@@ -2762,6 +2762,7 @@ static const struct x86_cpu_id intel_pstate_cpu_oob_ids[] __initconst = {
27622762
X86_MATCH(INTEL_ATOM_CRESTMONT, core_funcs),
27632763
X86_MATCH(INTEL_ATOM_CRESTMONT_X, core_funcs),
27642764
X86_MATCH(INTEL_ATOM_DARKMONT_X, core_funcs),
2765+
X86_MATCH(INTEL_DIAMONDRAPIDS_X, core_funcs),
27652766
{}
27662767
};
27672768
#endif

0 commit comments

Comments
 (0)