diff mbox series

tools/power turbostat: Support RAPTORLAKE P

Message ID 20220601214923.13239-1-george.d.sworo@intel.com
State Accepted
Commit 6f9cf553deb84ca5d390dfe7b23022fecbd838df
Headers show
Series tools/power turbostat: Support RAPTORLAKE P | expand

Commit Message

Sworo, George D June 1, 2022, 9:49 p.m. UTC
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 mbox series

Patch

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: