From: Tvrtko Ursulin <tvrtko.ursulin@xxxxxxxxx> Some new tests to exercise per client fdinfo memory stats. Same as the previous posting, just rebased on top of latest intel_gpu_top fixes. i915 kernel side at https://patchwork.freedesktop.org/series/119082/. Tvrtko Ursulin (9): tests/i915/drm_fdinfo: Check engine info is supported tests/i915/drm_fdinfo: Stress test context close versus fdinfo reads tests/i915/drm_fdinfo: Add some memory info tests lib/igt_drm_fdinfo: Copy over region map name on match lib/igt_drm_clients: Fix client id type confusion lib/igt_drm_clients: Allow passing in the memory region map tools/intel_gpu_top: Fully wrap clients operations tools/intel_gpu_top: Add per client memory info tools/intel_gpu_top: Add ability to show memory region breakdown lib/igt_drm_clients.c | 7 +- lib/igt_drm_clients.h | 5 +- lib/igt_drm_fdinfo.c | 4 + man/intel_gpu_top.rst | 4 + tests/intel/drm_fdinfo.c | 286 +++++++++++++++++++++++++++++++++++++++ tools/gputop.c | 4 +- tools/intel_gpu_top.c | 191 +++++++++++++++++++++++--- 7 files changed, 472 insertions(+), 29 deletions(-) -- 2.39.2