Re: [PATCH 3/3] powercap: Add AMD Fam17h RAPL support
From: Kim Phillips <hidden>
Date: 2020-08-17 22:38:21
Also in:
lkml
From: Kim Phillips <hidden>
Date: 2020-08-17 22:38:21
Also in:
lkml
On 7/29/20 5:52 AM, Victor Ding wrote:
This patch enables AMD Fam17h RAPL support for the power capping framework. The support is as per AMD Fam17h Model31h (Zen2) and model 00-ffh (Zen1) PPR. Tested by comparing the results of following two sysfs entries and the values directly read from corresponding MSRs via /dev/cpu/[x]/msr: /sys/class/powercap/intel-rapl/intel-rapl:0/energy_uj /sys/class/powercap/intel-rapl/intel-rapl:0/intel-rapl:0:0/energy_uj Signed-off-by: Victor Ding <redacted> ---
For the series: Acked-by: Kim Phillips <redacted> Thanks, Kim