Re: [PATCH v14 02/41] compositor-drm: Introduce drm_output_state structure

2018-01-15 Thread Pekka Paalanen
On Wed, 20 Dec 2017 12:26:19 + 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 v14 02/41] compositor-drm: Introduce drm_output_state structure

2017-12-20 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