]> Git Repo - linux.git/commitdiff
tools/power turbostat: Support RAPTORLAKE P
authorGeorge D Sworo <[email protected]>
Wed, 1 Jun 2022 21:49:23 +0000 (14:49 -0700)
committerLen Brown <[email protected]>
Thu, 28 Jul 2022 18:36:12 +0000 (14:36 -0400)
Add initial support for Raptorlake model

Signed-off-by: George D Sworo <[email protected]>
Signed-off-by: Len Brown <[email protected]>
tools/power/x86/turbostat/turbostat.c

index 00a04e1cae039cb4b5bf17039f41650384fb442d..65dc7cd6e8534b9256561b59ca37c44a46506443 100644 (file)
@@ -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:
This page took 0.071865 seconds and 4 git commands to generate.