Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6f7833b authored by Chris Wilson's avatar Chris Wilson
Browse files

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

parent 8f9a3f9b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);