Searched hist:"8 c22e2f6" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/power/cpupower/utils/helpers/ |
H A D | amd.c | 8c22e2f6 Mon Oct 08 10:06:18 CDT 2018 Prarit Bhargava <prarit@redhat.com> cpupower: Fix AMD Family 0x17 msr_pstate size
The msr_pstate data is only 63 bits long and should be 64 bits.
Add in the missing bit from res1 for AMD Family 0x17.
Reference: https://www.amd.com/system/files/TechDocs/54945_PPR_Family_17h_Models_00h-0Fh.pdf, page 138.
Signed-off-by: Prarit Bhargava <prarit@redhat.com> Cc: Shuah Khan <shuah@kernel.org> Cc: Stafford Horne <shorne@gmail.com> Signed-off-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
|