Re: [Intel-gfx] [PATCH 07/10] drm/i915: timeout parameter for seqno wait

2012-04-22 Thread Daniel Vetter
On Fri, Apr 20, 2012 at 06:23:29PM -0700, Ben Widawsky wrote: > Insert a wait parameter in the code so we can possibly timeout on a > seqno wait if need be. The code should be functionally the same as > before because all the callers will continue to retry if an arbitrary > timeout elapses. > > Si

[Intel-gfx] [PATCH 07/10] drm/i915: timeout parameter for seqno wait

2012-04-20 Thread Ben Widawsky
Insert a wait parameter in the code so we can possibly timeout on a seqno wait if need be. The code should be functionally the same as before because all the callers will continue to retry if an arbitrary timeout elapses. Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_gem.c | 41 +++