mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 14:12:07 +02:00
tools/power turbostat: Add ARL-H support
Add turbostat support for ARL-H, which behaves the same as ARL. [lenb: also add ARL-U] Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
196eca0206
commit
f04fcc7ac8
|
|
@ -922,6 +922,8 @@ static const struct platform_data turbostat_pdata[] = {
|
|||
{ INTEL_FAM6_RAPTORLAKE_S, &adl_features },
|
||||
{ INTEL_FAM6_METEORLAKE, &cnl_features },
|
||||
{ INTEL_FAM6_METEORLAKE_L, &cnl_features },
|
||||
{ INTEL_FAM6_ARROWLAKE_H, &arl_features },
|
||||
{ INTEL_FAM6_ARROWLAKE_U, &arl_features },
|
||||
{ INTEL_FAM6_ARROWLAKE, &arl_features },
|
||||
{ INTEL_FAM6_LUNARLAKE_M, &arl_features },
|
||||
{ INTEL_FAM6_ATOM_SILVERMONT, &slv_features },
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user