Re: [PATCH weston v11 06/13] compositor-drm: Introduce drm_pending_state structure

2017-07-20 Thread Pekka Paalanen
On Tue, 18 Jul 2017 14:14:28 +0100 Daniel Stone wrote: > drm_pending_state is currently skeletal, but will be used to retain > data through begin_repaint -> assign_planes -> repaint -> repaint_flush. > > The flush and cancel functions are currently identical, only freeing the > state, but they w

[PATCH weston v11 06/13] compositor-drm: Introduce drm_pending_state structure

2017-07-18 Thread Daniel Stone
drm_pending_state is currently skeletal, but will be used to retain data through begin_repaint -> assign_planes -> repaint -> repaint_flush. The flush and cancel functions are currently identical, only freeing the state, but they will be used for different purposes in later patches. Specifically,