mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-22 16:06:04 -05: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:
parent
c808624e2d
commit
f5e2cf228f
1 changed files with 2 additions and 2 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue