[PATCH] drm/atomic-helper: roll out commit synchronization

2017-01-04 Thread Daniel Vetter
On Mon, Jan 02, 2017 at 02:09:13PM +0200, Laurent Pinchart wrote: > On Wednesday 08 Jun 2016 17:15:36 Daniel Vetter wrote: > > +void drm_atomic_helper_commit_cleanup_done(struct drm_atomic_state *state) > > +{ > > + struct drm_crtc *crtc; > > + struct drm_crtc_state *crtc_state; > > + struct

[PATCH] drm/atomic-helper: roll out commit synchronization

2017-01-02 Thread Laurent Pinchart
Hi Daniel, Thank you for the patch. On Wednesday 08 Jun 2016 17:15:36 Daniel Vetter wrote: > To facilitate easier reviewing this is split out from the overall > nonblocking commit rework. It just rolls out the helper functions > and uses them in the main drm_atomic_helper_commit() function > to m

[PATCH] drm/atomic-helper: roll out commit synchronization

2016-06-08 Thread Daniel Vetter
To facilitate easier reviewing this is split out from the overall nonblocking commit rework. It just rolls out the helper functions and uses them in the main drm_atomic_helper_commit() function to make it clear where in the flow they're used. The next patch will actually split drm_atomic_helper_co