Re: [PATCH v14 25/41] compositor-drm: Use plane FB-import helper for scanout

2018-01-25 Thread Pekka Paalanen
On Wed, 20 Dec 2017 12:26:42 + Daniel Stone wrote: > Use the same codepath, which has the added advantage of being able to > import dmabufs. > > Signed-off-by: Daniel Stone > --- > libweston/compositor-drm.c | 48 > +- > 1 file changed, 9 insert

[PATCH v14 25/41] compositor-drm: Use plane FB-import helper for scanout

2017-12-20 Thread Daniel Stone
Use the same codepath, which has the added advantage of being able to import dmabufs. Signed-off-by: Daniel Stone --- libweston/compositor-drm.c | 48 +- 1 file changed, 9 insertions(+), 39 deletions(-) diff --git a/libweston/compositor-drm.c b/libwes