projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bf7132
)
tools/power turbostat: Support Ice Lake server
author
Chen Yu
<yu.c.chen@intel.com>
Tue, 14 Jan 2020 04:06:49 +0000
(12:06 +0800)
committer
Len Brown
<len.brown@intel.com>
Fri, 20 Mar 2020 04:32:27 +0000
(
00:32
-0400)
From a turbostat point of view, Ice Lake server looks like Sky Lake server.
Signed-off-by: Chen Yu <yu.c.chen@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 d2c3f294da2da06c0fb9758c832fe28672a05735..26088b2a27cca4516436c9931bb3115598d7dc4e 100644
(file)
--- a/
tools/power/x86/turbostat/turbostat.c
+++ b/
tools/power/x86/turbostat/turbostat.c
@@
-4622,6
+4622,9
@@
unsigned int intel_model_duplicates(unsigned int model)
case INTEL_FAM6_ATOM_TREMONT_D:
return INTEL_FAM6_ATOM_GOLDMONT_D;
+
+ case INTEL_FAM6_ICELAKE_X:
+ return INTEL_FAM6_SKYLAKE_X;
}
return model;
}