projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0dccc3
)
tools/power turbostat: Introduce support for RaptorLake
author
Zhang Rui
<rui.zhang@intel.com>
Thu, 21 Apr 2022 14:19:08 +0000
(22:19 +0800)
committer
Len Brown
<len.brown@intel.com>
Thu, 28 Jul 2022 18:23:25 +0000
(14:23 -0400)
RaptorLake is compatible with AlderLake.
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 ede31a4287a077ef08204f1e5d0b74d07a1b6c15..ab45a2e1a70a00761c8c2efe54dd26f152f2067f 100644
(file)
--- a/
tools/power/x86/turbostat/turbostat.c
+++ b/
tools/power/x86/turbostat/turbostat.c
@@
-5361,6
+5361,7
@@
unsigned int intel_model_duplicates(unsigned int model)
case INTEL_FAM6_LAKEFIELD:
case INTEL_FAM6_ALDERLAKE:
case INTEL_FAM6_ALDERLAKE_L:
+ case INTEL_FAM6_RAPTORLAKE:
return INTEL_FAM6_CANNONLAKE_L;
case INTEL_FAM6_ATOM_TREMONT_L: