Re: [PATCH v18 4/4] compositor-drm: Return plane state from plane preparation

2018-07-10 Thread Pekka Paalanen
On Tue, 10 Jul 2018 14:56:18 +0100 Daniel Stone wrote: > Return a pointer to the plane state, rather than indirecting via a > weston_plane. > > Signed-off-by: Daniel Stone > Tested-by: Emre Ucan > --- > libweston/compositor-drm.c | 58 -- > 1 file changed,

[PATCH v18 4/4] compositor-drm: Return plane state from plane preparation

2018-07-10 Thread Daniel Stone
Return a pointer to the plane state, rather than indirecting via a weston_plane. Signed-off-by: Daniel Stone Tested-by: Emre Ucan --- libweston/compositor-drm.c | 58 -- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git