mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-12-29 17:25:38 +00:00
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>
This commit is contained in:
parent
3ae5f34384
commit
26c57a152b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user