mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 19:36:41 +00:00
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>
This commit is contained in:
parent
cbfe8fa6cd
commit
2cac1f700c
@ -1101,6 +1101,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
|
|||||||
RAPL_CPU(0x4A, rapl_defaults_tng),/* Tangier */
|
RAPL_CPU(0x4A, rapl_defaults_tng),/* Tangier */
|
||||||
RAPL_CPU(0x56, rapl_defaults_core),/* Future Xeon */
|
RAPL_CPU(0x56, rapl_defaults_core),/* Future Xeon */
|
||||||
RAPL_CPU(0x5A, rapl_defaults_ann),/* Annidale */
|
RAPL_CPU(0x5A, rapl_defaults_ann),/* Annidale */
|
||||||
|
RAPL_CPU(0x5E, rapl_defaults_core),/* Skylake-H/S */
|
||||||
RAPL_CPU(0x57, rapl_defaults_hsw_server),/* Knights Landing */
|
RAPL_CPU(0x57, rapl_defaults_hsw_server),/* Knights Landing */
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user