mbox series

[00/10] tools/power turbostat: Fixes, enabling and enhancements

Message ID 20241114075946.118577-1-rui.zhang@intel.com
Headers show
Series tools/power turbostat: Fixes, enabling and enhancements | expand

Message

Zhang Rui Nov. 14, 2024, 7:59 a.m. UTC
The patches in this patch series can be splitted into four parts, I sent
them in one series for easier tracking and review.

Patch 1/10 - 4/10	: Fix package cstate support for MTL/ARL/LNL.
Patch 5/10		: Enable turbostat support for GNR-D.
Patch 6/10		: Introduce a new approach to enhance platform
			  divergence description.
Patch 7/10 - 10/10	: Fix graphics support for some platforms that
			  enumerate GFX device as /sys/class/drm/card1

Zhang Rui (10):
  tools/power turbostat: Remove PC7/PC9 support on MTL
  tools/power turbostat: Add back PC8 support on Arrowlake
  tools/power turbostat: Rename arl_features to lnl_features
  tools/power turbostat: Remove PC3 support on Lunarlake
  tools/power turbostat: Add initial support for GraniteRapids-D
  tools/power turbostat: Enhance platform divergence description
  tools/power turbostat: Remove unnecessary fflush() call
  tools/power turbostat: Consolidate graphics sysfs access
  tools/power turbostat: Cache graphics sysfs file descriptors during probe
  tools/power turbostat: Add support for /sys/class/drm/card1

 tools/power/x86/turbostat/turbostat.c | 189 +++++++++++++-------------
 1 file changed, 95 insertions(+), 94 deletions(-)