Skip to content

Commit 26c57a1

Browse files
zhang-ruilenb
authored andcommitted
tools/power turbostat: Remove PC3 support on Lunarlake
Lunarlake supports CC1/CC6/CC7/PC2/PC6/PC10. Remove PC3 support on Lunarlake. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
1 parent 3ae5f34 commit 26c57a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ static const struct platform_features lnl_features = {
758758
.has_nhm_msrs = 1,
759759
.has_config_tdp = 1,
760760
.bclk_freq = BCLK_100MHZ,
761-
.supported_cstates = CC1 | CC6 | CC7 | PC2 | PC3 | PC6 | PC10,
761+
.supported_cstates = CC1 | CC6 | CC7 | PC2 | PC6 | PC10,
762762
.cst_limit = CST_LIMIT_HSW,
763763
.has_irtl_msrs = 1,
764764
.has_msr_core_c1_res = 1,

0 commit comments

Comments
 (0)