drm/i915: Suppress empty lines from debugfs/i915_gem_objects
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 7 Apr 2015 15:20:40 +0000 (16:20 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 10 Apr 2015 06:56:06 +0000 (08:56 +0200)
commitb0da1b79aa4136c955710e755857a196a8226a1b
treeb9b5c9bebd293647c8fcf1109fdf05025575ed33
parent481a3d43b94f30c36746dd7861e8de052cf4c6c9
drm/i915: Suppress empty lines from debugfs/i915_gem_objects

This is just so that I don't have to read about the batch pool on
systems that are not using it! Rather than using a newline between the
kernel clients and userspace clients, just distinguish the internal
allocations with a '[k]'

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c