aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/i915/i915_gem.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c
index 19a06c280b12..6dbcec387951 100644
--- a/drivers/gpu/drm/i915/i915_gem.c
+++ b/drivers/gpu/drm/i915/i915_gem.c
@@ -1985,11 +1985,6 @@ i915_wait_request(struct intel_ring_buffer *ring,
1985 if (atomic_read(&dev_priv->mm.wedged)) 1985 if (atomic_read(&dev_priv->mm.wedged))
1986 ret = -EAGAIN; 1986 ret = -EAGAIN;
1987 1987
1988 if (ret && ret != -ERESTARTSYS)
1989 DRM_ERROR("%s returns %d (awaiting %d at %d, next %d)\n",
1990 __func__, ret, seqno, ring->get_seqno(ring),
1991 dev_priv->next_seqno);
1992
1993 /* Directly dispatch request retiring. While we have the work queue 1988 /* Directly dispatch request retiring. While we have the work queue
1994 * to handle this, the waiter on a request often wants an associated 1989 * to handle this, the waiter on a request often wants an associated
1995 * buffer to have made it to the inactive list, and we would need 1990 * buffer to have made it to the inactive list, and we would need