mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 00:47:56 -04: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:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user