drm/i915: Update describe_obj
authorBen Widawsky <ben@bwidawsk.net>
Thu, 1 Aug 2013 00:00:00 +0000 (17:00 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 5 Aug 2013 17:04:11 +0000 (19:04 +0200)
commit1d693bcc37461a66fafd13ff171c4496aee0df98
tree7ae42165c6056880f213ab92c7d7aff6e86fb53b
parent40d74980d3ada5ad76e333dfcc87645f3f7e9820
drm/i915: Update describe_obj

Make it aware of which domain it is bound into GGTT, or PPGTT.

While modifying the function, add a global gtt flag to the object
description. Global is more interesting than aliasing since aliasing is
the default.

v2: Access VMA directly for start/size instead of helpers (Daniel)

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_debugfs.c