[Intel-gfx] [PATCH 12/17] drm/atomic: Integrate fence support

2014-11-06 Thread Sean Paul
On Sun, Nov 02, 2014 at 02:19:25PM +0100, Daniel Vetter wrote: > This patch is for enabling async commits. It replaces an earlier > approach which added an async boolean paramter to the ->prepare_fb > callbacks. The idea is that prepare_fb picks up the right fence to > synchronize against, which

[PATCH 12/17] drm/atomic: Integrate fence support

2014-11-02 Thread Daniel Vetter
This patch is for enabling async commits. It replaces an earlier approach which added an async boolean paramter to the ->prepare_fb callbacks. The idea is that prepare_fb picks up the right fence to synchronize against, which is then used by the synchronous commit helper. For async commits drivers