mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-30 19:18:31 +00:00
tools/power turbostat: Add Icelake support
From a turbostat point of view, Iceland is like Cannonlake. Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
31a1f15cea
commit
937807d355
1 changed files with 3 additions and 0 deletions
|
@ -4449,6 +4449,9 @@ unsigned int intel_model_duplicates(unsigned int model)
|
|||
case INTEL_FAM6_KABYLAKE_MOBILE:
|
||||
case INTEL_FAM6_KABYLAKE_DESKTOP:
|
||||
return INTEL_FAM6_SKYLAKE_MOBILE;
|
||||
|
||||
case INTEL_FAM6_ICELAKE_MOBILE:
|
||||
return INTEL_FAM6_CANNONLAKE_MOBILE;
|
||||
}
|
||||
return model;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue