Skip to content

Commit

Permalink
drm/i915: Include 'i915_error_state' hint for when the GPU catches fire
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
  • Loading branch information
Chris Wilson committed Feb 7, 2011
1 parent 8f9a3f9 commit b6f7833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/i915/i915_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit b6f7833

Please sign in to comment.