Skip to content

Commit ea71c39

Browse files
dhananjay-AMDgregkh
authored andcommitted
powercap/intel_rapl: Add support for AMD family 1Ah
[ Upstream commit 166df51 ] AMD Family 1Ah's RAPL MSRs are identical to Family 19h's, extend Family 19h's support to Family 1Ah. Signed-off-by: Dhananjay Ugwekar <[email protected]> Reviewed-by: Gautham R. Shenoy <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]> Signed-off-by: Sasha Levin <[email protected]>
1 parent e615cd8 commit ea71c39

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
@@ -1280,6 +1280,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
12801280

12811281
X86_MATCH_VENDOR_FAM(AMD, 0x17, &rapl_defaults_amd),
12821282
X86_MATCH_VENDOR_FAM(AMD, 0x19, &rapl_defaults_amd),
1283+
X86_MATCH_VENDOR_FAM(AMD, 0x1A, &rapl_defaults_amd),
12831284
X86_MATCH_VENDOR_FAM(HYGON, 0x18, &rapl_defaults_amd),
12841285
{}
12851286
};

0 commit comments

Comments
 (0)