Quoting Mika Kuoppala (2019-02-08 09:46:01)
> Chris Wilson <ch...@chris-wilson.co.uk> writes:
> 
> > On wedging, we mark all executing requests as complete and all pending
> > requests completed as soon as they are ready. Before unwedging though we
> > wish to flush those pending requests prior to restoring default
> > execution, and so we must wait. Do so interruptibly as we do not provide
> 
> uninterruptibly?
> 
> > the EINTR gracefully back to userspace in this case but persistent in
> 
> be persistent?
> 
> We lost the gracefullness due to not having the interruptible
> mutex wait on reset path anymore?

No. We never had graceful handling, as we could never propagate the
EINTR from unwedge back to userspace so it became EIO instead.
-Chris
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to