Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Kuppuswamy Sathyanarayanan and committed by
Rafael J. Wysocki
790e826b cb908f8b

+1
+1
drivers/cpufreq/intel_pstate.c
··· 2762 2762 X86_MATCH(INTEL_ATOM_CRESTMONT, core_funcs), 2763 2763 X86_MATCH(INTEL_ATOM_CRESTMONT_X, core_funcs), 2764 2764 X86_MATCH(INTEL_ATOM_DARKMONT_X, core_funcs), 2765 + X86_MATCH(INTEL_DIAMONDRAPIDS_X, core_funcs), 2765 2766 {} 2766 2767 }; 2767 2768 #endif