drm/i915: Reduce i915_gem_objects to only show object information
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 15 Aug 2016 09:48:45 +0000 (10:48 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 15 Aug 2016 10:00:52 +0000 (11:00 +0100)
commit2bd160a131ac617fc2441bfb4a02964c964a5da6
tree4b2c5df963b5425fe1ff38e2834011791f35030b
parent6da8482936c75a3d31cb730642171284042f3199
drm/i915: Reduce i915_gem_objects to only show object information

No longer is knowing how much of the GTT (both mappable aperture and
beyond) relevant, and the output clutters the real information - that is
how many objects are allocated and bound (and by who) so that we can
quickly grasp if there is a leak.

v2: Relent, and rename pinned to indicate display only. Since the
display objects are semi-static and are of variable size, they are the
interesting objects to watch over time for aperture leaking. The other
pins are either static (such as the scratch page) or very short lived
(such as execbuf) and not part of the precious GGTT.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/1471254551-25805-6-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gpu_error.c
This page took 0.029356 seconds and 5 git commands to generate.