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:
f5e2cf2
)
tools/power turbostat: Add back PC8 support on Arrowlake
author
Zhang Rui
<rui.zhang@intel.com>
Thu, 14 Nov 2024 07:59:38 +0000
(15:59 +0800)
committer
Len Brown
<len.brown@intel.com>
Sat, 30 Nov 2024 21:42:06 +0000
(16:42 -0500)
Similar to ADL/RPL/MTL, ARL supports CC1/CC6/CC7/PC2/PC3/PC6/PC8/PC10.
Add back PC8 support on Arrowlake.
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
f6a91f0
..
0ba2564
100644
(file)
--- a/
tools/power/x86/turbostat/turbostat.c
+++ b/
tools/power/x86/turbostat/turbostat.c
@@
-1011,9
+1011,9
@@
static const struct platform_data turbostat_pdata[] = {
{ INTEL_RAPTORLAKE_S, &adl_features },
{ INTEL_METEORLAKE, &adl_features },
{ INTEL_METEORLAKE_L, &adl_features },
- { INTEL_ARROWLAKE_H, &a
r
l_features },
- { INTEL_ARROWLAKE_U, &a
r
l_features },
- { INTEL_ARROWLAKE, &a
r
l_features },
+ { INTEL_ARROWLAKE_H, &a
d
l_features },
+ { INTEL_ARROWLAKE_U, &a
d
l_features },
+ { INTEL_ARROWLAKE, &a
d
l_features },
{ INTEL_LUNARLAKE_M, &arl_features },
{ INTEL_ATOM_SILVERMONT, &slv_features },
{ INTEL_ATOM_SILVERMONT_D, &slvd_features },