Skip to content

Commit 05ad96f

Browse files
committed
tools/power/turbostat: Enable MSR_CORE_C1_RES on recent Intel client platforms
All recent Intel client platforms have MSR_CORE_C1_RES. Enable the support on these platforms, including CNL/ICL/LKF/RKL/TGL/ADL/RPL/MTL. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Reviewed-by: Len Brown <len.brown@intel.com>
1 parent 7ee39d8 commit 05ad96f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/power/x86/turbostat/turbostat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -604,6 +604,7 @@ static const struct platform_features cnl_features = {
604604
.supported_cstates = CC1 | CC6 | CC7 | PC2 | PC3 | PC6 | PC7 | PC8 | PC9 | PC10,
605605
.cst_limit = CST_LIMIT_HSW,
606606
.has_irtl_msrs = 1,
607+
.has_msr_core_c1_res = 1,
607608
.has_ext_cst_msrs = 1,
608609
.trl_msrs = TRL_BASE,
609610
.tcc_offset_bits = 6,

0 commit comments

Comments
 (0)