Re: [Intel-gfx] [PATCH 4/4] drm/i915: Prevent fence-reuse stalls

2011-03-19 Thread Daniel Vetter
On Fri, Mar 18, 2011 at 10:35:19PM +, Chris Wilson wrote: With the last bug preventing fence pipelining fixed (or at least the last known bug), re-enable pipelining to avoid stalling on fence acquisition between batches. \o/ ... the cleaned-up get_fence code is definitely much less scary,

[Intel-gfx] [PATCH 4/4] drm/i915: Prevent fence-reuse stalls

2011-03-18 Thread Chris Wilson
With the last bug preventing fence pipelining fixed (or at least the last known bug), re-enable pipelining to avoid stalling on fence acquisition between batches. Cc: Andy Whitcroft a...@canonical.com Signed-off-by: Chris Wilson ch...@chris-wilson.co.uk --- drivers/gpu/drm/i915/i915_gem.c |3