drm/i915/debugfs: Prune a couple of superfluous leading zeros from bo domains
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 27 Nov 2012 17:06:53 +0000 (17:06 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Thu, 29 Nov 2012 10:58:15 +0000 (11:58 +0100)
commit04b97b3422c3403696f3bcb52140b7ebeaee9d3c
treed2ac08f7ec4e0ea75065e8751009b8704672fc67
parentca9c46c5c77987acf1bf7137bf85e9221bc459ba
drm/i915/debugfs: Prune a couple of superfluous leading zeros from bo domains

As we do not have any domains occupying the high bits, there is no point
in always printing the leading 00.

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