projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e3f10e
)
tools/power/turbostat: Add initial support for GraniteRapids
author
Zhang Rui
<rui.zhang@intel.com>
Sat, 9 Sep 2023 05:28:07 +0000
(13:28 +0800)
committer
Zhang Rui
<rui.zhang@intel.com>
Tue, 24 Oct 2023 05:38:09 +0000
(13:38 +0800)
Add initial support for GraniteRapids.
It shares the same features with SapphireRapids.
Signed-off-by: Zhang Rui <rui.zhang@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 bbeeec02bf5bd6cad4cc58f7fa7fa7f6d15c1803..981d39454b49384b2d00ce89657fa3069d033017 100644
(file)
--- a/
tools/power/x86/turbostat/turbostat.c
+++ b/
tools/power/x86/turbostat/turbostat.c
@@
-829,6
+829,7
@@
static const struct platform_data turbostat_pdata[] = {
{ INTEL_FAM6_TIGERLAKE, &cnl_features },
{ INTEL_FAM6_SAPPHIRERAPIDS_X, &spr_features },
{ INTEL_FAM6_EMERALDRAPIDS_X, &spr_features },
+ { INTEL_FAM6_GRANITERAPIDS_X, &spr_features },
{ INTEL_FAM6_LAKEFIELD, &cnl_features },
{ INTEL_FAM6_ALDERLAKE, &adl_features },
{ INTEL_FAM6_ALDERLAKE_L, &adl_features },