Re: [PATCH weston v12 01/40] compositor-drm: Introduce drm_output_state structure

2017-09-28 Thread Pekka Paalanen
On Tue, 26 Sep 2017 18:15:34 +0100 Daniel Stone wrote: > Currently this doesn't actually really do anything, but will be used in > the future to track the state for both modeset and repaint requests. > Completion of the request gives us a single request-completion path for > both pageflip and vbl

[PATCH weston v12 01/40] compositor-drm: Introduce drm_output_state structure

2017-09-26 Thread Daniel Stone
Currently this doesn't actually really do anything, but will be used in the future to track the state for both modeset and repaint requests. Completion of the request gives us a single request-completion path for both pageflip and vblank events. This merges the timing paths for scanout and plane-b