]> www.infradead.org Git - nvme.git/commitdiff
tools/power turbostat: Remove PC3 support on Lunarlake
authorZhang Rui <rui.zhang@intel.com>
Thu, 14 Nov 2024 07:59:40 +0000 (15:59 +0800)
committerLen Brown <len.brown@intel.com>
Sat, 30 Nov 2024 21:42:06 +0000 (16:42 -0500)
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>
tools/power/x86/turbostat/turbostat.c

index dd2a90b1d12da7b5985ac37a527089bc678d0778..b0ed8e0f65c2ce2f1c23796123c1c5a8d0ec88c8 100644 (file)
@@ -758,7 +758,7 @@ static const struct platform_features lnl_features = {
        .has_nhm_msrs = 1,
        .has_config_tdp = 1,
        .bclk_freq = BCLK_100MHZ,
-       .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC3 | PC6 | PC10,
+       .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC6 | PC10,
        .cst_limit = CST_LIMIT_HSW,
        .has_irtl_msrs = 1,
        .has_msr_core_c1_res = 1,