Commit 937807d3 authored by Len Brown's avatar Len Brown

tools/power turbostat: Add Icelake support

From a turbostat point of view, Iceland is like Cannonlake.
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 31a1f15c
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment