commit | 8490ae207f1d1dd6765e89dd7c189c2c975ee3bc | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Mar 30 15:50:37 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Mar 30 17:58:44 2017 +0100 |
tree | e8d3b217ff74181d3b856c30d8caf641f5be65fe | |
parent | 2c170af76cd77258ff41d7270a281e23c386c649 [diff] |
drm/i915: Suppress busy status for engines if wedged If the driver is wedged, HW state may be very inconsistent and report that it is still busy, even though we have stopped using it. This can lead to a double *ERROR* rather than a graceful cleanup after wedging. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170330145041.9005-2-chris@chris-wilson.co.uk