Re: [Intel-gfx] [PATCH] drm/i915: Don't claim an unstarted request was guilty

2019-02-08 Thread Mika Kuoppala
Chris Wilson writes: > Quoting Mika Kuoppala (2019-02-08 14:47:13) >> Chris Wilson writes: >> >> > If we haven't even begun executing the payload of the stalled request, >> > then we should not claim that its userspace context was guilty of >> > submitting a hanging batch. >> > >> > v2: Check f

Re: [Intel-gfx] [PATCH] drm/i915: Don't claim an unstarted request was guilty

2019-02-08 Thread Chris Wilson
Quoting Mika Kuoppala (2019-02-08 14:47:13) > Chris Wilson writes: > > > If we haven't even begun executing the payload of the stalled request, > > then we should not claim that its userspace context was guilty of > > submitting a hanging batch. > > > > v2: Check for context corruption before try

Re: [Intel-gfx] [PATCH] drm/i915: Don't claim an unstarted request was guilty

2019-02-08 Thread Mika Kuoppala
Chris Wilson writes: > If we haven't even begun executing the payload of the stalled request, > then we should not claim that its userspace context was guilty of > submitting a hanging batch. > > v2: Check for context corruption before trying to restart. > v3: Preserve semaphores on skipping requ

[Intel-gfx] [PATCH] drm/i915: Don't claim an unstarted request was guilty

2019-02-06 Thread Chris Wilson
If we haven't even begun executing the payload of the stalled request, then we should not claim that its userspace context was guilty of submitting a hanging batch. v2: Check for context corruption before trying to restart. v3: Preserve semaphores on skipping requests (need to keep the timelines i