Re: [PATCH weston v12 36/40] compositor-drm: Add test-only mode to state application

2017-11-14 Thread Michael Tretter
Hi Daniel, On Tue, 26 Sep 2017 18:16:09 +0100, Daniel Stone wrote: > The atomic API can allow us to test state before we apply it, to see if > it will be valid. Add support for this, which we will later use in > assign_planes to ensure our plane configuration is valid. > > Signed-off-by: Daniel S

[PATCH weston v12 36/40] compositor-drm: Add test-only mode to state application

2017-09-26 Thread Daniel Stone
The atomic API can allow us to test state before we apply it, to see if it will be valid. Add support for this, which we will later use in assign_planes to ensure our plane configuration is valid. Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 180 ++