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

powercap / RAPL: add IDs for future Xeon CPUs

Enable RAPL driver on Xeon cpu id 0x56.

Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

authored by

Jacob Pan and committed by
Rafael J. Wysocki
d72be771 24b59841

+1
+1
drivers/powercap/intel_rapl.c
··· 1041 1041 RAPL_CPU(0x45, rapl_defaults_core),/* Haswell ULT */ 1042 1042 RAPL_CPU(0x4C, rapl_defaults_atom),/* Braswell */ 1043 1043 RAPL_CPU(0x4A, rapl_defaults_atom),/* Tangier */ 1044 + RAPL_CPU(0x56, rapl_defaults_core),/* Future Xeon */ 1044 1045 RAPL_CPU(0x5A, rapl_defaults_atom),/* Annidale */ 1045 1046 {} 1046 1047 };