Re: [PATCH v14 32/41] compositor-drm: Split drm_assign_planes in two

2018-01-26 Thread Pekka Paalanen
On Wed, 20 Dec 2017 12:26:49 + Daniel Stone wrote: > Move drm_assign_planes into two functions: one which proposes a plane > configuration, and another which applies that state to the Weston > internal structures. This will be used to try multiple configurations > and see which is supported.

[PATCH v14 32/41] compositor-drm: Split drm_assign_planes in two

2017-12-20 Thread Daniel Stone
Move drm_assign_planes into two functions: one which proposes a plane configuration, and another which applies that state to the Weston internal structures. This will be used to try multiple configurations and see which is supported. Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 1