From: Chen Yu Date: Thu, 31 Oct 2019 13:14:22 +0000 (+0800) Subject: tools/power turbostat: Support Cometlake X-Git-Tag: Ubuntu-5.13.0-19.19~6469^2~9 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=081c54323b27d8d4b40df6b2375b9e1f6846d827;p=mirror_ubuntu-jammy-kernel.git tools/power turbostat: Support Cometlake From a turbostat point of view, Cometlake is like Kabylake. Suggested-by: Rui Zhang Signed-off-by: Chen Yu Signed-off-by: Len Brown --- diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c index 31c1ca0bb3ee..dd5ac9f52ac5 100644 --- a/tools/power/x86/turbostat/turbostat.c +++ b/tools/power/x86/turbostat/turbostat.c @@ -4610,6 +4610,8 @@ unsigned int intel_model_duplicates(unsigned int model) case INTEL_FAM6_SKYLAKE: case INTEL_FAM6_KABYLAKE_L: case INTEL_FAM6_KABYLAKE: + case INTEL_FAM6_COMETLAKE_L: + case INTEL_FAM6_COMETLAKE: return INTEL_FAM6_SKYLAKE_L; case INTEL_FAM6_ICELAKE_L: