From 94e39e282ecd299b095f37cd0f521d83bd799b14 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 30 Oct 2013 09:28:22 +0000 Subject: [PATCH] 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 Signed-off-by: Daniel Vetter --- Reading git-format-patch failed