Skip to content

Commit 23274fa

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

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
@@ -4622,6 +4622,9 @@ unsigned int intel_model_duplicates(unsigned int model)
46224622

46234623
case INTEL_FAM6_ATOM_TREMONT_D:
46244624
return INTEL_FAM6_ATOM_GOLDMONT_D;
4625+
4626+
case INTEL_FAM6_ICELAKE_X:
4627+
return INTEL_FAM6_SKYLAKE_X;
46254628
}
46264629
return model;
46274630
}

0 commit comments

Comments
 (0)