Re: [PATCH weston v12 05/40] compositor-drm: Use drm_plane for scanout plane

2017-10-02 Thread Pekka Paalanen
On Tue, 26 Sep 2017 18:15:38 +0100 Daniel Stone wrote: > Use a real drm_plane to back the scanout plane, displacing > output->fb_{last,cur,pending} to their plane-tracked equivalents. > > Signed-off-by: Daniel Stone > --- > libweston/compositor-drm.c | 167 > +++---

[PATCH weston v12 05/40] compositor-drm: Use drm_plane for scanout plane

2017-09-26 Thread Daniel Stone
Use a real drm_plane to back the scanout plane, displacing output->fb_{last,cur,pending} to their plane-tracked equivalents. Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 167 +++-- 1 file changed, 101 insertions(+), 66 deletions(-) diff --