linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
To: rjw@rjwysocki.net, linux-kernel@vger.kernel.org
Cc: len.brown@intel.com, rafael.j.wysocki@intel.com,
	Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>,
	linux-pm@vger.kernel.org
Subject: [PATCH 2/2] powercap/rapl: Add Ice Lake NNPI support to RAPL driver
Date: Fri, 14 Jun 2019 13:09:47 +0530	[thread overview]
Message-ID: <20190614073947.12270-2-rajneesh.bhardwaj@linux.intel.com> (raw)
In-Reply-To: <20190614073947.12270-1-rajneesh.bhardwaj@linux.intel.com>

Enables support for ICL-NNPI, neural network processor for deep learning
inference. From RAPL point of view it is same as Ice Lake Mobile
processor.

Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: linux-pm@vger.kernel.org
Link: https://lkml.org/lkml/2019/6/5/1034
Signed-off-by: Rajneesh Bhardwaj <rajneesh.bhardwaj@linux.intel.com>
---
 drivers/powercap/intel_rapl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/powercap/intel_rapl.c b/drivers/powercap/intel_rapl.c
index 4347f15165f8..19d470c73b6e 100644
--- a/drivers/powercap/intel_rapl.c
+++ b/drivers/powercap/intel_rapl.c
@@ -1156,7 +1156,7 @@ static const struct x86_cpu_id rapl_ids[] __initconst = {
 	INTEL_CPU_FAM6(KABYLAKE_MOBILE,		rapl_defaults_core),
 	INTEL_CPU_FAM6(KABYLAKE_DESKTOP,	rapl_defaults_core),
 	INTEL_CPU_FAM6(CANNONLAKE_MOBILE,	rapl_defaults_core),
-	INTEL_CPU_FAM6(ICELAKE_MOBILE,		rapl_defaults_core),
+	INTEL_CPU_FAM6(ICELAKE_NNPI,		rapl_defaults_core),
 
 	INTEL_CPU_FAM6(ATOM_SILVERMONT,		rapl_defaults_byt),
 	INTEL_CPU_FAM6(ATOM_AIRMONT,		rapl_defaults_cht),
-- 
2.17.1


  reply	other threads:[~2019-06-14  7:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-14  7:39 [PATCH 1/2] tools/power turbostat: Add Ice Lake NNPI support Rajneesh Bhardwaj
2019-06-14  7:39 ` Rajneesh Bhardwaj [this message]
2019-06-14  7:49   ` [PATCH 2/2] powercap/rapl: Add Ice Lake NNPI support to RAPL driver Bhardwaj, Rajneesh
2019-06-14  8:05 Rajneesh Bhardwaj
2019-06-27 22:02 ` Rafael J. Wysocki
2019-06-28  8:21   ` Bhardwaj, Rajneesh
2019-07-05 10:13     ` Rafael J. Wysocki
2019-07-25  8:01       ` Bhardwaj, Rajneesh
2019-07-25  8:03   ` Bhardwaj, Rajneesh
2019-07-25  8:25     ` Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190614073947.12270-2-rajneesh.bhardwaj@linux.intel.com \
    --to=rajneesh.bhardwaj@linux.intel.com \
    --cc=len.brown@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rafael.j.wysocki@intel.com \
    --cc=rjw@rjwysocki.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).