aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/x86/turbostat/turbostat.c
diff options
context:
space:
mode:
authorZhang Rui <rui.zhang@intel.com>2022-05-13 13:02:29 +0800
committerLen Brown <len.brown@intel.com>2022-07-28 14:31:42 -0400
commit1c1313b50af7300865bcfa5b805122f06aa95422 (patch)
treef41148cde009abe8b3be28ea557e7fb256dc501b /tools/power/x86/turbostat/turbostat.c
parenttools/power turbostat: dump secondary Turbo-Ratio-Limit (diff)
downloadlinux-dev-1c1313b50af7300865bcfa5b805122f06aa95422.tar.xz
linux-dev-1c1313b50af7300865bcfa5b805122f06aa95422.zip
tools/power turbostat: add support for ALDERLAKE_N
Add support for ALDERLAKE_N platform. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to '')
-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 7b291a2912d6..00a04e1cae03 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -5416,6 +5416,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_ALDERLAKE_N:
case INTEL_FAM6_RAPTORLAKE:
return INTEL_FAM6_CANNONLAKE_L;