Re: [PATCH weston v12 13/40] compositor-drm: Add blob_id member to drm_mode

2017-10-04 Thread Pekka Paalanen
On Tue, 26 Sep 2017 18:15:46 +0100 Daniel Stone wrote: > For atomic modesetting support, the mode is identified by a blob > property ID, rather than being passed inline. Add a blob_id member to > drm_mode to handle this, including refactoring mode destruction into a > helper function. > > Signed

[PATCH weston v12 13/40] compositor-drm: Add blob_id member to drm_mode

2017-09-26 Thread Daniel Stone
For atomic modesetting support, the mode is identified by a blob property ID, rather than being passed inline. Add a blob_id member to drm_mode to handle this, including refactoring mode destruction into a helper function. Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 21 +