Skip to content

Commit bb5db22

Browse files
zhang-ruilenb
authored andcommitted
tools/power/turbostat: Enable MSR_CORE_C1_RES support for ICX
Enable Core C1 hardware residency counter (MSR_CORE_C1_RES) on ICX. Signed-off-by: Zhang Rui <[email protected]> Signed-off-by: Len Brown <[email protected]>
1 parent 17d1ea1 commit bb5db22

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
@@ -664,6 +664,7 @@ static const struct platform_features icx_features = {
664664
.bclk_freq = BCLK_100MHZ,
665665
.supported_cstates = CC1 | CC6 | PC2 | PC6,
666666
.cst_limit = CST_LIMIT_ICX,
667+
.has_msr_core_c1_res = 1,
667668
.has_irtl_msrs = 1,
668669
.has_cst_prewake_bit = 1,
669670
.trl_msrs = TRL_BASE | TRL_CORECOUNT,

0 commit comments

Comments
 (0)