diff options
| author | Radivoje Jovanovic <radivoje.jovanovic@intel.com> | 2015-07-31 11:07:10 -0400 |
|---|---|---|
| committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2015-07-31 20:05:57 -0400 |
| commit | 2cac1f700c2c6baf836f24c778a73a847a48f484 (patch) | |
| tree | f980c974f4c742401800af515355cff6512491ec /drivers/powercap | |
| parent | cbfe8fa6cd672011c755c3cd85c9ffd4e2d10a6f (diff) | |
powercap / RAPL: Add support for Skylake H/S
This patche enabled RAPL to support Intel Skylake H/S
Signed-off-by: Radivoje Jovanovic <radivoje.jovanovic@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/powercap')
| -rw-r--r-- | drivers/powercap/intel_rapl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/powercap/intel_rapl.c b/drivers/powercap/intel_rapl.c index 482b22ddc7b2..bca9620b5d38 100644 --- a/drivers/powercap/intel_rapl.c +++ b/drivers/powercap/intel_rapl.c | |||
| @@ -1101,6 +1101,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = { | |||
| 1101 | RAPL_CPU(0x4A, rapl_defaults_tng),/* Tangier */ | 1101 | RAPL_CPU(0x4A, rapl_defaults_tng),/* Tangier */ |
| 1102 | RAPL_CPU(0x56, rapl_defaults_core),/* Future Xeon */ | 1102 | RAPL_CPU(0x56, rapl_defaults_core),/* Future Xeon */ |
| 1103 | RAPL_CPU(0x5A, rapl_defaults_ann),/* Annidale */ | 1103 | RAPL_CPU(0x5A, rapl_defaults_ann),/* Annidale */ |
| 1104 | RAPL_CPU(0x5E, rapl_defaults_core),/* Skylake-H/S */ | ||
| 1104 | RAPL_CPU(0x57, rapl_defaults_hsw_server),/* Knights Landing */ | 1105 | RAPL_CPU(0x57, rapl_defaults_hsw_server),/* Knights Landing */ |
| 1105 | {} | 1106 | {} |
| 1106 | }; | 1107 | }; |
