drm/panfrost: Print RSS for tiler heap BO's in debugfs GEMS file
authorAdrián Larumbe <adrian.larumbe@collabora.com>
Fri, 8 Aug 2025 01:02:34 +0000 (02:02 +0100)
committerThomas Zimmermann <tzimmermann@suse.de>
Tue, 12 Aug 2025 06:31:47 +0000 (08:31 +0200)
commit54d4f445517fe8350d735624d7f4225e7511d9eb
tree976b4ae0139ad3b6b1bd7acd4548ecef12cd7dfc
parentc0a8e4443d768e5c86ddb52a3a744a151e7b72b0
drm/panfrost: Print RSS for tiler heap BO's in debugfs GEMS file

Otherwise it would display the virtual allocation size, which is often
much bigger than the RSS.

Signed-off-by: Adrián Larumbe <adrian.larumbe@collabora.com>
Fixes: e48ade5e23ba ("drm/panfrost: show device-wide list of DRM GEM objects over DebugFS")
Tested-by: Christopher Healy <healych@amazon.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://lore.kernel.org/r/20250808010235.2831853-1-adrian.larumbe@collabora.com
drivers/gpu/drm/panfrost/panfrost_gem.c