Skip to content

Commit 4bf7132

Browse files
yu-chen-surflenb
authored andcommitted
tools/power turbostat: Support Tiger Lake
From a turbostat point of view, Tiger Lake looks like Ice Lake. Signed-off-by: Chen Yu <[email protected]> Signed-off-by: Len Brown <[email protected]>
1 parent d8d005b commit 4bf7132

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
@@ -4616,6 +4616,8 @@ unsigned int intel_model_duplicates(unsigned int model)
46164616

46174617
case INTEL_FAM6_ICELAKE_L:
46184618
case INTEL_FAM6_ICELAKE_NNPI:
4619+
case INTEL_FAM6_TIGERLAKE_L:
4620+
case INTEL_FAM6_TIGERLAKE:
46194621
return INTEL_FAM6_CANNONLAKE_L;
46204622

46214623
case INTEL_FAM6_ATOM_TREMONT_D:

0 commit comments

Comments
 (0)