Re: [PATCH v14 17/41] compositor-drm: Atomic modesetting support

2018-01-23 Thread Pekka Paalanen
On Wed, 20 Dec 2017 12:26:34 + Daniel Stone wrote: > Add support for using the atomic-modesetting API to apply output state. > Unlike previous series, this commit does not unflip sprites_are_broken, > until further work has been done with assign_planes to make it reliable. > > Signed-off-by:

Re: [PATCH v14 17/41] compositor-drm: Atomic modesetting support

2018-01-03 Thread Philipp Zabel
Hi Daniel, I think drm_pending_state_apply_atomic (or its callers) leak pending_state: On Wed, 2017-12-20 at 12:26 +, Daniel Stone wrote: > +static int > +drm_pending_state_apply_atomic(struct drm_pending_state *pending_state, > +enum drm_state_apply_mode mode) > +

[PATCH v14 17/41] compositor-drm: Atomic modesetting support

2017-12-20 Thread Daniel Stone
Add support for using the atomic-modesetting API to apply output state. Unlike previous series, this commit does not unflip sprites_are_broken, until further work has been done with assign_planes to make it reliable. Signed-off-by: Daniel Stone Co-authored-by: Pekka Paalanen Co-authored-by: Loui