diff options
author | Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> | 2021-08-20 17:42:43 +0530 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2022-04-16 21:58:14 -0400 |
commit | f52ba93190457aa285ae805a3e8360a50552cfd8 (patch) | |
tree | 195264b2e1f4a22853fef709737af45557bd5329 /arch/x86/include/asm/msr-index.h | |
parent | 6799ba84cab7784cb9f060a24790482de209e318 (diff) |
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 |