powercap / RAPL: add support for CPU model 0x3f
I've confirmed that monitoring the package power usage as well as setting power limits appear to be working as expected. Supports the package and dram domains. Tested aginst cpu: Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz Signed-off-by: Jason Baron <jbaron@akamai.com> Acked-by: Jacob Pan <jacob.jun.pan@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
69e273c0b0
commit
64c7569c06
1 changed files with 1 additions and 0 deletions
|
@ -953,6 +953,7 @@ static const struct x86_cpu_id rapl_ids[] = {
|
|||
{ X86_VENDOR_INTEL, 6, 0x3a},/* Ivy Bridge */
|
||||
{ X86_VENDOR_INTEL, 6, 0x3c},/* Haswell */
|
||||
{ X86_VENDOR_INTEL, 6, 0x3d},/* Broadwell */
|
||||
{ X86_VENDOR_INTEL, 6, 0x3f},/* Haswell */
|
||||
{ X86_VENDOR_INTEL, 6, 0x45},/* Haswell ULT */
|
||||
/* TODO: Add more CPU IDs after testing */
|
||||
{}
|
||||
|
|
Loading…
Reference in a new issue