Skip to content

Commit 93cac41

Browse files
zhang-ruilenb
authored andcommitted
tools/power turbostat: Introduce support for EMR
Introduce support for EMR. Signed-off-by: Zhang Rui <[email protected]> Reviewed-by: Artem Bityutskiy <[email protected]> Tested-by: Artem Bityutskiy <[email protected]> Signed-off-by: Len Brown <[email protected]>
1 parent 6cbfedc commit 93cac41

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5462,6 +5462,9 @@ unsigned int intel_model_duplicates(unsigned int model)
54625462

54635463
case INTEL_FAM6_ICELAKE_D:
54645464
return INTEL_FAM6_ICELAKE_X;
5465+
5466+
case INTEL_FAM6_EMERALDRAPIDS_X:
5467+
return INTEL_FAM6_SAPPHIRERAPIDS_X;
54655468
}
54665469
return model;
54675470
}

0 commit comments

Comments
 (0)