commit | 94e39e282ecd299b095f37cd0f521d83bd799b14 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Oct 30 09:28:22 2013 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Oct 30 10:37:58 2013 +0100 |
tree | 1c5588c1eb250b4d6eafd0da40365a744f0a2f7e | |
parent | f4adcd247766e5b914f861ed143ff328f869bf80 [diff] |
drm/i915: Capture batchbuffer state upon GPU hang The bbstate contains useful bits of debugging information such as whether the batch is being read from GTT or PPGTT, or whether it is allowed to execute privileged instructions. v2: Only record BB_STATE for gen4+ Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>