Re: [PATCH v14 38/41] compositor-drm: Relax plane restrictions for atomic

2018-07-10 Thread Daniel Stone
Hi, On Mon, 29 Jan 2018 at 13:59, Pekka Paalanen wrote: > On Wed, 20 Dec 2017 12:26:55 + Daniel Stone wrote: > > @@ -1818,12 +1819,10 @@ drm_output_prepare_scanout_view(struct > > drm_output_state *output_state, > > drm_plane_state_coords_for_view(state, ev); > > > > /* The

Re: [PATCH v14 38/41] compositor-drm: Relax plane restrictions for atomic

2018-01-29 Thread Pekka Paalanen
On Wed, 20 Dec 2017 12:26:55 + Daniel Stone wrote: > Since we now incrementally test atomic state as we build it, we can > loosen restrictions on what we can do with planes, and let the kernel > tell us whether or not it's OK. > > Signed-off-by: Daniel Stone

[PATCH v14 38/41] compositor-drm: Relax plane restrictions for atomic

2017-12-20 Thread Daniel Stone
Since we now incrementally test atomic state as we build it, we can loosen restrictions on what we can do with planes, and let the kernel tell us whether or not it's OK. Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 18 +- 1 file changed, 9