LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH] platform/x86: ISST: Add Granite Rapids-D to HPM CPU list
@ 2024-04-15 21:28 Srinivas Pandruvada
  2024-04-16 12:32 ` Ilpo Järvinen
  0 siblings, 1 reply; 2+ messages in thread
From: Srinivas Pandruvada @ 2024-04-15 21:28 UTC (permalink / raw
  To: hdegoede, markgross, ilpo.jarvinen, andriy.shevchenko
  Cc: platform-driver-x86, linux-kernel, Srinivas Pandruvada

Add Granite Rapids-D to hpm_cpu_ids, so that MSR 0x54 can be used.

Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
---
 drivers/platform/x86/intel/speed_select_if/isst_if_common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/intel/speed_select_if/isst_if_common.c b/drivers/platform/x86/intel/speed_select_if/isst_if_common.c
index 08df9494603c..30951f7131cd 100644
--- a/drivers/platform/x86/intel/speed_select_if/isst_if_common.c
+++ b/drivers/platform/x86/intel/speed_select_if/isst_if_common.c
@@ -719,6 +719,7 @@ static struct miscdevice isst_if_char_driver = {
 };
 
 static const struct x86_cpu_id hpm_cpu_ids[] = {
+	X86_MATCH_INTEL_FAM6_MODEL(GRANITERAPIDS_D,	NULL),
 	X86_MATCH_INTEL_FAM6_MODEL(GRANITERAPIDS_X,	NULL),
 	X86_MATCH_INTEL_FAM6_MODEL(ATOM_CRESTMONT_X,	NULL),
 	{}
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] platform/x86: ISST: Add Granite Rapids-D to HPM CPU list
  2024-04-15 21:28 [PATCH] platform/x86: ISST: Add Granite Rapids-D to HPM CPU list Srinivas Pandruvada
@ 2024-04-16 12:32 ` Ilpo Järvinen
  0 siblings, 0 replies; 2+ messages in thread
From: Ilpo Järvinen @ 2024-04-16 12:32 UTC (permalink / raw
  To: hdegoede, markgross, andriy.shevchenko, Srinivas Pandruvada
  Cc: platform-driver-x86, linux-kernel

On Mon, 15 Apr 2024 14:28:53 -0700, Srinivas Pandruvada wrote:

> Add Granite Rapids-D to hpm_cpu_ids, so that MSR 0x54 can be used.
> 
> 


Thank you for your contribution, it has been applied to my local
review-ilpo branch. Note it will show up in the public
platform-drivers-x86/review-ilpo branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] platform/x86: ISST: Add Granite Rapids-D to HPM CPU list
      commit: d8c2d38c4d1dee8fe8e015b9ebf65bdd8e4da99b

--
 i.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-16 12:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-15 21:28 [PATCH] platform/x86: ISST: Add Granite Rapids-D to HPM CPU list Srinivas Pandruvada
2024-04-16 12:32 ` Ilpo Järvinen

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 read-only IMAP folder(s) and NNTP newsgroup(s).