mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
tools/power turbostat: Remove PC7/PC9 support on MTL
Similar to ADL/RPL, MTL support CC1/CC6/CC7/PC2/PC3/PC6/PC8/CP10. Remove PC7/PC9 support on MTL. Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
@@ -1009,8 +1009,8 @@ static const struct platform_data turbostat_pdata[] = {
|
||||
{ INTEL_RAPTORLAKE, &adl_features },
|
||||
{ INTEL_RAPTORLAKE_P, &adl_features },
|
||||
{ INTEL_RAPTORLAKE_S, &adl_features },
|
||||
{ INTEL_METEORLAKE, &cnl_features },
|
||||
{ INTEL_METEORLAKE_L, &cnl_features },
|
||||
{ INTEL_METEORLAKE, &adl_features },
|
||||
{ INTEL_METEORLAKE_L, &adl_features },
|
||||
{ INTEL_ARROWLAKE_H, &arl_features },
|
||||
{ INTEL_ARROWLAKE_U, &arl_features },
|
||||
{ INTEL_ARROWLAKE, &arl_features },
|
||||
|
||||
Reference in New Issue
Block a user