VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Kim Phillips <kim.phillips@amd.com> 2020-10-27 07:23:57 +0000 committer: Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2020-11-10 19:59:07 +0100 commit: 8a9d881f22d7a0e06a46a326d0880fb45a06d3b5 parent: 43756a298928c9a4e8201baaeb205c0c103728af
Commit Summary:
powercap: RAPL: Add AMD Fam19h RAPL support
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/drivers/powercap/intel_rapl_common.c b/drivers/powercap/intel_rapl_common.c
index 1ecd09424445..c9e57237d778 100644
--- a/drivers/powercap/intel_rapl_common.c
+++ b/drivers/powercap/intel_rapl_common.c
@@ -1067,6 +1067,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
 	X86_MATCH_INTEL_FAM6_MODEL(XEON_PHI_KNM,	&rapl_defaults_hsw_server),
 
 	X86_MATCH_VENDOR_FAM(AMD, 0x17, &rapl_defaults_amd),
+	X86_MATCH_VENDOR_FAM(AMD, 0x19, &rapl_defaults_amd),
 	{}
 };
 MODULE_DEVICE_TABLE(x86cpu, rapl_ids);