Skip to content

Commit d93ea56

Browse files
Rajneesh Bhardwajlenb
authored andcommitted
tools/power turbostat: Add Ice Lake NNPI support
This enables turbostat utility on Ice Lake NNPI SoC. Link: https://lkml.org/lkml/2019/6/5/1034 Signed-off-by: Rajneesh Bhardwaj <[email protected]> Signed-off-by: Len Brown <[email protected]>
1 parent 570992f commit d93ea56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/power/x86/turbostat/turbostat.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4592,6 +4592,7 @@ unsigned int intel_model_duplicates(unsigned int model)
45924592
return INTEL_FAM6_SKYLAKE_MOBILE;
45934593

45944594
case INTEL_FAM6_ICELAKE_MOBILE:
4595+
case INTEL_FAM6_ICELAKE_NNPI:
45954596
return INTEL_FAM6_CANNONLAKE_MOBILE;
45964597

45974598
case INTEL_FAM6_ATOM_TREMONT_X:

0 commit comments

Comments
 (0)