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

Commit 2fa772f3 authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915: Only print 'generating error event' if we actually are

parent dc96e9b8
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -396,7 +396,6 @@ static void i915_error_work_func(struct work_struct *work)
	char *reset_event[] = { "RESET=1", NULL };
	char *reset_done_event[] = { "ERROR=0", NULL };

	DRM_DEBUG_DRIVER("generating error event\n");
	kobject_uevent_env(&dev->primary->kdev.kobj, KOBJ_CHANGE, error_event);

	if (atomic_read(&dev_priv->mm.wedged)) {
@@ -574,6 +573,8 @@ static void i915_capture_error_state(struct drm_device *dev)
		return;
	}

	DRM_DEBUG_DRIVER("generating error event\n");

	error->seqno =
		dev_priv->render_ring.get_seqno(dev, &dev_priv->render_ring);
	error->eir = I915_READ(EIR);