From: Zhang Rui Date: Sat, 10 Sep 2022 13:15:42 +0000 (+0800) Subject: tools/power turbostat: Add support for MeteorLake platforms X-Git-Tag: v6.1-rc5~224^2~1^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e45a9bf7ac1337f65772901d432b6d811bec67a;p=platform%2Fkernel%2Flinux-starfive.git tools/power turbostat: Add support for MeteorLake platforms Add turbostat support for MeteorLake platforms, which behave the same as RaptorLake platforms. 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 df040d87edd8..597cc2dbc456 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -5448,6 +5448,8 @@ unsigned int intel_model_duplicates(unsigned int model) case INTEL_FAM6_RAPTORLAKE: case INTEL_FAM6_RAPTORLAKE_P: case INTEL_FAM6_RAPTORLAKE_S: + case INTEL_FAM6_METEORLAKE: + case INTEL_FAM6_METEORLAKE_L: return INTEL_FAM6_CANNONLAKE_L; case INTEL_FAM6_ATOM_TREMONT_L: