diff options
author | Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> | 2021-08-20 14:12:43 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2022-04-17 03:58:14 +0200 |
commit | f52ba93190457aa285ae805a3e8360a50552cfd8 (patch) | |
tree | 195264b2e1f4a22853fef709737af45557bd5329 /arch/x86/include/asm/msr-index.h | |
parent | tools/power turbostat: fix dump for AMD cpus (diff) | |
download | linux-f52ba93190457aa285ae805a3e8360a50552cfd8.tar.xz linux-f52ba93190457aa285ae805a3e8360a50552cfd8.zip |
tools/power turbostat: Add Power Limit4 support
Add Power Limit4 support.
Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'arch/x86/include/asm/msr-index.h')
-rw-r--r-- | arch/x86/include/asm/msr-index.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/msr-index.h b/arch/x86/include/asm/msr-index.h index a4a39c3e0f19..b890840e0059 100644 --- a/arch/x86/include/asm/msr-index.h +++ b/arch/x86/include/asm/msr-index.h @@ -310,6 +310,7 @@ /* Run Time Average Power Limiting (RAPL) Interface */ +#define MSR_VR_CURRENT_CONFIG 0x00000601 #define MSR_RAPL_POWER_UNIT 0x00000606 #define MSR_PKG_POWER_LIMIT 0x00000610 |