Re: [PATCH v14 06/41] compositor-drm: Use drm_plane for scanout plane

2018-01-16 Thread Pekka Paalanen
On Tue, 16 Jan 2018 15:42:25 + Daniel Stone wrote: > Hi, > > On 16 January 2018 at 14:30, Pekka Paalanen wrote: > > On Wed, 20 Dec 2017 12:26:23 + > > Daniel Stone wrote: > >> @@ -3355,6 +3398,19 @@ drm_output_init_egl(struct drm_output *output, > >> struct drm_backend *b) > >> sta

Re: [PATCH v14 06/41] compositor-drm: Use drm_plane for scanout plane

2018-01-16 Thread Daniel Stone
Hi, On 16 January 2018 at 14:30, Pekka Paalanen wrote: > On Wed, 20 Dec 2017 12:26:23 + > Daniel Stone wrote: >> @@ -3355,6 +3398,19 @@ drm_output_init_egl(struct drm_output *output, struct >> drm_backend *b) >> static void >> drm_output_fini_egl(struct drm_output *output) >> { >> +

Re: [PATCH v14 06/41] compositor-drm: Use drm_plane for scanout plane

2018-01-16 Thread Pekka Paalanen
On Wed, 20 Dec 2017 12:26:23 + 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 | 222 > ++

[PATCH v14 06/41] compositor-drm: Use drm_plane for scanout plane

2017-12-20 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 | 222 ++--- 1 file changed, 149 insertions(+), 73 deletions(-) diff --