Skip to content

Commit 0e3f10e

Browse files
committed
tools/power/turbostat: Add MSR_CORE_C1_RES support for spr_features
Add MSR_CORE_C1_RES support for spr_features because both Sapphirerapids and Emeraldrapids support this MSR. Signed-off-by: Zhang Rui <[email protected]>
1 parent 37f68a2 commit 0e3f10e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ static const struct platform_features spr_features = {
667667
.bclk_freq = BCLK_100MHZ,
668668
.supported_cstates = CC1 | CC6 | PC2 | PC6,
669669
.cst_limit = CST_LIMIT_SKX,
670+
.has_msr_core_c1_res = 1,
670671
.has_irtl_msrs = 1,
671672
.has_cst_prewake_bit = 1,
672673
.trl_msrs = TRL_BASE | TRL_CORECOUNT,

0 commit comments

Comments
 (0)