summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_gem.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-02-22 20:39:12 +0000
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-02-27 18:08:22 +0100
commiteadb29a9c52eb14a84b94fc29bb1cfa93ddc653e (patch)
tree02cf9cd6a926e09ce465171e4e4449ab50510cab /drivers/gpu/drm/i915/i915_gem.c
parentc3e5f67b390f2d915e66433f8ba7b5a99a1d3d8a (diff)
downloadop-kernel-dev-eadb29a9c52eb14a84b94fc29bb1cfa93ddc653e.zip
op-kernel-dev-eadb29a9c52eb14a84b94fc29bb1cfa93ddc653e.tar.gz
drm/i915: Silence the error message from i915_wait_request()
This error message has since been superseded by the hangcheck, and does not add any salient information beyond that already printed by hangcheck discovering the GPU hang that lead to i915_wait_request() bombing out in the first place. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/i915_gem.c')
-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 19a06c2..6dbcec3 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,
if (atomic_read(&dev_priv->mm.wedged))
ret = -EAGAIN;
- if (ret && ret != -ERESTARTSYS)
- DRM_ERROR("%s returns %d (awaiting %d at %d, next %d)\n",
- __func__, ret, seqno, ring->get_seqno(ring),
- dev_priv->next_seqno);
-
/* Directly dispatch request retiring. While we have the work queue
* to handle this, the waiter on a request often wants an associated
* buffer to have made it to the inactive list, and we would need
OpenPOWER on IntegriCloud