All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/power turbostat: Support RAPTORLAKE P
@ 2022-06-01 21:49 george.d.sworo
  0 siblings, 0 replies; only message in thread
From: george.d.sworo @ 2022-06-01 21:49 UTC (permalink / raw)
  To: lenb; +Cc: linux-pm, George D Sworo

From: George D Sworo <george.d.sworo@intel.com>

Add initial support for Raptorlake model

Signed-off-by: George D Sworo <george.d.sworo@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 ede31a4287a0..c42290133646 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -5361,6 +5361,7 @@ unsigned int intel_model_duplicates(unsigned int model)
 	case INTEL_FAM6_LAKEFIELD:
 	case INTEL_FAM6_ALDERLAKE:
 	case INTEL_FAM6_ALDERLAKE_L:
+	case INTEL_FAM6_RAPTORLAKE_P:
 		return INTEL_FAM6_CANNONLAKE_L;
 
 	case INTEL_FAM6_ATOM_TREMONT_L:
-- 
2.17.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-01 21:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01 21:49 [PATCH] tools/power turbostat: Support RAPTORLAKE P george.d.sworo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.