From: Zhang Rui Date: Thu, 21 Apr 2022 14:19:08 +0000 (+0800) Subject: tools/power turbostat: Introduce support for RaptorLake X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fb5e29df8d15a131a02a4e04bbd9df8450eecc7d;p=linux.git tools/power turbostat: Introduce support for RaptorLake RaptorLake is compatible with AlderLake. Signed-off-by: Zhang Rui Signed-off-by: Len Brown --- diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index ede31a4287a07..ab45a2e1a70a0 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -5361,6 +5361,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_RAPTORLAKE: return INTEL_FAM6_CANNONLAKE_L; case INTEL_FAM6_ATOM_TREMONT_L: