Re: [Intel-gfx] [PATCH] drm/i915: adjust fence registers asynchronously on tiling changes v2

2010-05-10 Thread Eric Anholt
On Fri, 23 Apr 2010 00:28:29 +0200, Daniel Vetter daniel.vet...@ffwll.ch wrote: This avoids stalling on the gpu. With the preparation from the previous patch, this is really just a small change. Thanks to Owain Ainsworth zer...@googlemail.com for coming up with the idea for this patch and

[Intel-gfx] [PATCH] drm/i915: adjust fence registers asynchronously on tiling changes v2

2010-04-22 Thread Daniel Vetter
This avoids stalling on the gpu. With the preparation from the previous patch, this is really just a small change. Thanks to Owain Ainsworth zer...@googlemail.com for coming up with the idea for this patch and hashing out the implementation with me on irc. v2: Reset obj_priv-fence_invalid in