[PATCH 16/19] drm/atomic-helpers: document how to implement async commit

2014-08-03 Thread Daniel Vetter
On Fri, Aug 1, 2014 at 1:52 PM, Rob Clark wrote: >> + * 1. Run drm_atomic_helper_prepare_planes() first. This is the only >> function >> + * which commit needs to call which can fail, so we want to run it first and >> + * synchronously. > > Without some converted driver to look at for reference,

[PATCH 16/19] drm/atomic-helpers: document how to implement async commit

2014-08-01 Thread Rob Clark
On Sun, Jul 27, 2014 at 5:41 PM, Daniel Vetter wrote: > No helper function to do it all yet provided since no driver has > support for driver core fences yet. Which we'd need to make the > implementation really generic. > > Signed-off-by: Daniel Vetter > --- > drivers/gpu/drm/drm_atomic_helper.

[PATCH 16/19] drm/atomic-helpers: document how to implement async commit

2014-07-27 Thread Daniel Vetter
No helper function to do it all yet provided since no driver has support for driver core fences yet. Which we'd need to make the implementation really generic. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_atomic_helper.c | 37 + 1 file changed, 37 inse