[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190614073947.12270-1-rajneesh.bhardwaj@linux.intel.com>
Date: Fri, 14 Jun 2019 13:09:46 +0530
From: Rajneesh Bhardwaj <rajneesh.bhardwaj@...ux.intel.com>
To: rjw@...ysocki.net, linux-kernel@...r.kernel.org
Cc: len.brown@...el.com, rafael.j.wysocki@...el.com,
Rajneesh Bhardwaj <rajneesh.bhardwaj@...ux.intel.com>,
Len Brown <lenb@...nel.org>,
Linux PM <linux-pm@...r.kernel.org>
Subject: [PATCH 1/2] tools/power turbostat: Add Ice Lake NNPI support
This enables turbostat utility on Ice Lake NNPI SoC.
Cc: Len Brown <lenb@...nel.org>
Cc: Linux PM <linux-pm@...r.kernel.org>
Link: https://lkml.org/lkml/2019/6/5/1034
Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@...ux.intel.com>
---
tools/power/x86/turbostat/turbostat.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/power/x86/turbostat/turbostat.c b/tools/power/x86/turbostat/turbostat.c
index c7727be9719f..d225cd373966 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -4594,6 +4594,7 @@ unsigned int intel_model_duplicates(unsigned int model)
return INTEL_FAM6_SKYLAKE_MOBILE;
case INTEL_FAM6_ICELAKE_MOBILE:
+ case INTEL_FAM6_ICELAKE_NNPI:
return INTEL_FAM6_CANNONLAKE_MOBILE;
}
return model;
--
2.17.1
Powered by blists - more mailing lists