Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a97ac35b authored by Jacob Pan's avatar Jacob Pan Committed by Rafael J. Wysocki
Browse files

powercap / RAPL: add new CPU IDs



Add support for Broadwell model 0x3d and Haswell model (0x3c).

Signed-off-by: default avatarJacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 9d31c676
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -951,7 +951,9 @@ static const struct x86_cpu_id rapl_ids[] = {
	{ X86_VENDOR_INTEL, 6, 0x2d},/* Sandy Bridge EP */
	{ X86_VENDOR_INTEL, 6, 0x37},/* Valleyview */
	{ X86_VENDOR_INTEL, 6, 0x3a},/* Ivy Bridge */
	{ X86_VENDOR_INTEL, 6, 0x45},/* Haswell */
	{ X86_VENDOR_INTEL, 6, 0x3c},/* Haswell */
	{ X86_VENDOR_INTEL, 6, 0x3d},/* Broadwell */
	{ X86_VENDOR_INTEL, 6, 0x45},/* Haswell ULT */
	/* TODO: Add more CPU IDs after testing */
	{}
};