Commit b6f7833b authored by Chris Wilson's avatar Chris Wilson

drm/i915: Include 'i915_error_state' hint for when the GPU catches fire

Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
parent 8f9a3f9b
......@@ -784,7 +784,8 @@ static void i915_capture_error_state(struct drm_device *dev)
return;
}
DRM_DEBUG_DRIVER("generating error event\n");
DRM_INFO("capturing error event; look for more information in /debug/dri/%d/i915_error_state\n",
dev->primary->index);
error->seqno = dev_priv->ring[RCS].get_seqno(&dev_priv->ring[RCS]);
error->eir = I915_READ(EIR);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment