aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChen Yu <yu.c.chen@intel.com>2021-02-03 16:19:59 +0800
committerLen Brown <len.brown@intel.com>2021-05-04 18:23:14 -0400
commit5683460b85a8a14c5eec10e363635ad4660eb961 (patch)
tree1669e403d72d48198b8453e4da2e435ceabf384a /tools
parenttools/power turbostat: print microcode patch level (diff)
downloadlinux-dev-5683460b85a8a14c5eec10e363635ad4660eb961.tar.xz
linux-dev-5683460b85a8a14c5eec10e363635ad4660eb961.zip
tools/power turbostat: Support Alder Lake Mobile
Share the code between Alder Lake Mobile and Alder Lake Desktop. Signed-off-by: Chen Yu <yu.c.chen@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/power/x86/turbostat/turbostat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
index e1bc7937b1ec..a4745825047f 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -5056,6 +5056,7 @@ unsigned int intel_model_duplicates(unsigned int model)
case INTEL_FAM6_ROCKETLAKE:
case INTEL_FAM6_LAKEFIELD:
case INTEL_FAM6_ALDERLAKE:
+ case INTEL_FAM6_ALDERLAKE_L:
return INTEL_FAM6_CANNONLAKE_L;
case INTEL_FAM6_ATOM_TREMONT_L: