Re: [Intel-gfx] [PATCH] drm/i915: WARN if asked to wait on an impossible future seqno

2012-09-20 Thread Daniel Vetter
On Thu, Sep 20, 2012 at 10:42 AM, Chris Wilson wrote: > On the hunt for an indefinite __wait_seqno() the most likely cause being > asked to wait upon a future seqno, we can lay a trap and see if anything > gets caught. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_gem.c |

[Intel-gfx] [PATCH] drm/i915: WARN if asked to wait on an impossible future seqno

2012-09-20 Thread Chris Wilson
On the hunt for an indefinite __wait_seqno() the most likely cause being asked to wait upon a future seqno, we can lay a trap and see if anything gets caught. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_gem.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/gpu/