projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c1313b
)
tools/power turbostat: Support RAPTORLAKE P
author
George D Sworo
<george.d.sworo@intel.com>
Wed, 1 Jun 2022 21:49:23 +0000
(14:49 -0700)
committer
Len Brown
<len.brown@intel.com>
Thu, 28 Jul 2022 18:36:12 +0000
(14:36 -0400)
Add initial support for Raptorlake model
Signed-off-by: George D Sworo <george.d.sworo@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 00a04e1cae039cb4b5bf17039f41650384fb442d..65dc7cd6e8534b9256561b59ca37c44a46506443 100644
(file)
--- a/
tools/power/x86/turbostat/turbostat.c
+++ b/
tools/power/x86/turbostat/turbostat.c
@@
-5418,6
+5418,7
@@
unsigned int intel_model_duplicates(unsigned int model)
case INTEL_FAM6_ALDERLAKE_L:
case INTEL_FAM6_ALDERLAKE_N:
case INTEL_FAM6_RAPTORLAKE:
+ case INTEL_FAM6_RAPTORLAKE_P:
return INTEL_FAM6_CANNONLAKE_L;
case INTEL_FAM6_ATOM_TREMONT_L: