Skip to content

Commit 8a9d881

Browse files
kimphillamdrafaeljw
authored andcommitted
powercap: RAPL: Add AMD Fam19h RAPL support
AMD Family 19h's RAPL MSRs are identical to Family 17h's. Extend Family 17h's support to Family 19h. Signed-off-by: Kim Phillips <[email protected]> Signed-off-by: Victor Ding <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 43756a2 commit 8a9d881

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/powercap/intel_rapl_common.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,6 +1067,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
10671067
X86_MATCH_INTEL_FAM6_MODEL(XEON_PHI_KNM, &rapl_defaults_hsw_server),
10681068

10691069
X86_MATCH_VENDOR_FAM(AMD, 0x17, &rapl_defaults_amd),
1070+
X86_MATCH_VENDOR_FAM(AMD, 0x19, &rapl_defaults_amd),
10701071
{}
10711072
};
10721073
MODULE_DEVICE_TABLE(x86cpu, rapl_ids);

0 commit comments

Comments
 (0)