projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae5f34
)
tools/power turbostat: Remove PC3 support on Lunarlake
author
Zhang Rui
<rui.zhang@intel.com>
Thu, 14 Nov 2024 07:59:40 +0000
(15:59 +0800)
committer
Len 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
patch
|
blob
|
history
diff --git
a/tools/power/x86/turbostat/turbostat.c
b/tools/power/x86/turbostat/turbostat.c
index
dd2a90b
..
b0ed8e0
100644
(file)
--- a/
tools/power/x86/turbostat/turbostat.c
+++ b/
tools/power/x86/turbostat/turbostat.c
@@
-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 | PC
3 | PC
6 | PC10,
+ .supported_cstates = CC1 | CC6 | CC7 | PC2 | PC6 | PC10,
.cst_limit = CST_LIMIT_HSW,
.has_irtl_msrs = 1,
.has_msr_core_c1_res = 1,