Commit fb5e29df authored by Zhang Rui's avatar Zhang Rui Committed by Len Brown

tools/power turbostat: Introduce support for RaptorLake

RaptorLake is compatible with AlderLake.
Signed-off-by: default avatarZhang Rui <rui.zhang@intel.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent e0dccc3b
...@@ -5361,6 +5361,7 @@ unsigned int intel_model_duplicates(unsigned int model) ...@@ -5361,6 +5361,7 @@ unsigned int intel_model_duplicates(unsigned int model)
case INTEL_FAM6_LAKEFIELD: case INTEL_FAM6_LAKEFIELD:
case INTEL_FAM6_ALDERLAKE: case INTEL_FAM6_ALDERLAKE:
case INTEL_FAM6_ALDERLAKE_L: case INTEL_FAM6_ALDERLAKE_L:
case INTEL_FAM6_RAPTORLAKE:
return INTEL_FAM6_CANNONLAKE_L; return INTEL_FAM6_CANNONLAKE_L;
case INTEL_FAM6_ATOM_TREMONT_L: case INTEL_FAM6_ATOM_TREMONT_L:
......
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