drm/i915: Fix infinite loop regression from 21dd3734
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 7 Feb 2011 13:09:31 +0000 (13:09 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 7 Feb 2011 14:33:55 +0000 (14:33 +0000)
By returning EAGAIN upon a wedged GPU before attempting to wait, we
would hit an infinite loop of repeating operation without ever
progressing. Instead this needs to be EIO so that userspace knows that
the GPU is truly wedged and not in the process of error recovery.

Similarly, we need to handle the error recovery during i915_gem_fault.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found