OSDN Git Service

drm/i915: Capture pinned buffers on error
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 22 Nov 2010 08:07:02 +0000 (08:07 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 22 Nov 2010 08:07:02 +0000 (08:07 +0000)
commitc724e8a9407683a8a2ee8eb00b972badf237bbe1
treeaf28081e274dd5982ed956a988542f7d840ef966
parent3143a2bf18d12545f77dafa5b9f7fee83b001223
drm/i915: Capture pinned buffers on error

The pinned buffers are useful for diagnosing errors in setting up state
for the chipset, which may not necessarily be 'active' at the time of
the error, e.g. the cursor buffer object.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_irq.c