Skip to content

Commit 8e45a9b

Browse files
zhang-ruilenb
authored andcommitted
tools/power turbostat: Add support for MeteorLake platforms
Add turbostat support for MeteorLake platforms, which behave the same as RaptorLake platforms. Signed-off-by: Zhang Rui <[email protected]> Signed-off-by: Len Brown <[email protected]>
1 parent 9b1c2ec commit 8e45a9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5448,6 +5448,8 @@ unsigned int intel_model_duplicates(unsigned int model)
54485448
case INTEL_FAM6_RAPTORLAKE:
54495449
case INTEL_FAM6_RAPTORLAKE_P:
54505450
case INTEL_FAM6_RAPTORLAKE_S:
5451+
case INTEL_FAM6_METEORLAKE:
5452+
case INTEL_FAM6_METEORLAKE_L:
54515453
return INTEL_FAM6_CANNONLAKE_L;
54525454

54535455
case INTEL_FAM6_ATOM_TREMONT_L:

0 commit comments

Comments
 (0)