All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/power turbostat: introduce support for RaptorLake
@ 2022-04-21 14:19 Zhang Rui
  0 siblings, 0 replies; only message in thread
From: Zhang Rui @ 2022-04-21 14:19 UTC (permalink / raw)
  To: len.brown, rjw; +Cc: linux-pm

RaptorLake behaves similarly to AlderLake.
Add support for RaptorLake processor.

Signed-off-by: Zhang Rui <rui.zhang@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 bc5ae0872fed..8fe2cd9b6759 100644
--- a/tools/power/x86/turbostat/turbostat.c
+++ b/tools/power/x86/turbostat/turbostat.c
@@ -5209,6 +5209,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:
 		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-04-21  6:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-21 14:19 [PATCH] tools/power turbostat: introduce support for RaptorLake Zhang Rui

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.