OSDN Git Service

tools/power turbostat: Support Ice Lake server
authorChen Yu <yu.c.chen@intel.com>
Tue, 14 Jan 2020 04:06:49 +0000 (12:06 +0800)
committerLen Brown <len.brown@intel.com>
Fri, 20 Mar 2020 04:32:27 +0000 (00:32 -0400)
From a turbostat point of view, Ice Lake server looks like Sky Lake server.

Signed-off-by: Chen Yu <yu.c.chen@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c

index d2c3f29..26088b2 100644 (file)
@@ -4622,6 +4622,9 @@ unsigned int intel_model_duplicates(unsigned int model)
 
        case INTEL_FAM6_ATOM_TREMONT_D:
                return INTEL_FAM6_ATOM_GOLDMONT_D;
+
+       case INTEL_FAM6_ICELAKE_X:
+               return INTEL_FAM6_SKYLAKE_X;
        }
        return model;
 }