commit | 6e17ae73807c6b9b638f8e8ed5946f28e81e12ff | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 07 16:16:02 2020 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Feb 07 20:52:41 2020 +0000 |
tree | 109a1d0a5cecf5b11fa511190aebe59cd277e768 | |
parent | 0db1a5f8706a8cfb905b9cf3607c2ad626e7bff1 [diff] |
drm/i915/gt: Only ignore already reset requests If a request is being re-run after an innocent reset, it is marked as -EAGAIN. So only skip an engine reset if the request is marked as -EIO. Testcase: igt/gem_ctx_exec/basic-nohangcheck Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200207161602.2838218-1-chris@chris-wilson.co.uk