From f8c5bdd86478a852c8d3967630dd81fdd70fa030 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Tue, 29 Aug 2023 13:03:31 +0200 Subject: Linux: add GPU meter and process column Based on the DRM client usage stats[1] add statistics for GPU time spend and percentage utilization. [1]: https://www.kernel.org/doc/html/latest/gpu/drm-usage-stats.html --- CRT.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CRT.h') diff --git a/CRT.h b/CRT.h index 8740e096..eb3df1d7 100644 --- a/CRT.h +++ b/CRT.h @@ -121,6 +121,11 @@ typedef enum ColorElements_ { CPU_SOFTIRQ, CPU_STEAL, CPU_GUEST, + GPU_ENGINE_1, + GPU_ENGINE_2, + GPU_ENGINE_3, + GPU_ENGINE_4, + GPU_RESIDUE, PANEL_EDIT, SCREENS_OTH_BORDER, SCREENS_OTH_TEXT, -- cgit v1.2.3