Re: [PATCH v17 13/14] compositor-drm: Relax plane restrictions for atomic

2018-07-10 Thread Pekka Paalanen
On Mon, 9 Jul 2018 14:23:19 +0100 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 > Tested-by: Emre Ucan > --- >

[PATCH v17 13/14] compositor-drm: Relax plane restrictions for atomic

2018-07-09 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 Tested-by: Emre Ucan --- libweston/compositor-drm.c | 21 + 1 file changed, 1