commit | e56660ddfb48ccc6777f31cb235db218e0cf5b83 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sat Aug 07 11:01:26 2010 +0100 |
committer | Eric Anholt <eric@anholt.net> | Mon Aug 09 11:24:33 2010 -0700 |
tree | c04a7c145327a557b7b8b8b9762b1ed657a4e17e | |
parent | 7d1c4804ae98cdee572d7d10d8a5deaa2e686285 [diff] |
drm/i915: Record error batch buffers using iomem Directly read the GTT mapping for the contents of the batch buffers rather than relying on possibly stale CPU caches. Also for completeness scan the flushing/inactive lists for the current buffers - we are collecting error state after all. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Eric Anholt <eric@anholt.net>