Re: [PATCH v14 04/41] compositor-drm: Introduce drm_plane_is_available

2018-01-15 Thread Pekka Paalanen
On Wed, 20 Dec 2017 12:26:21 + Daniel Stone wrote: > Helper for the pattern of checking whether or not a plane can be used on > an output during the current repaint cycle. > > Signed-off-by: Daniel Stone > --- > libweston/compositor-drm.c | 27 +++ > 1 file changed,

[PATCH v14 04/41] compositor-drm: Introduce drm_plane_is_available

2017-12-20 Thread Daniel Stone
Helper for the pattern of checking whether or not a plane can be used on an output during the current repaint cycle. Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/libweston/compositor-dr