aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/x86/turbostat/turbostat.c
diff options
context:
space:
mode:
authorGeorge D Sworo <george.d.sworo@intel.com>2022-06-01 14:49:23 -0700
committerLen Brown <len.brown@intel.com>2022-07-28 14:36:12 -0400
commit6f9cf553deb84ca5d390dfe7b23022fecbd838df (patch)
treeced3d9f9729f0f3746a1965456541a3e2b3c818e /tools/power/x86/turbostat/turbostat.c
parenttools/power turbostat: add support for ALDERLAKE_N (diff)
downloadlinux-dev-6f9cf553deb84ca5d390dfe7b23022fecbd838df.tar.xz
linux-dev-6f9cf553deb84ca5d390dfe7b23022fecbd838df.zip
tools/power turbostat: Support RAPTORLAKE P
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>
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 00a04e1cae03..65dc7cd6e853 100644
--- 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: