Re: [PATCH v14 41/41] compositor-drm: Support modifiers with GBM

2018-07-05 Thread Daniel Stone
Hi Pekka, On Tue, 30 Jan 2018 at 09:58, Pekka Paalanen wrote: > On Wed, 20 Dec 2017 12:26:58 + > Daniel Stone wrote: > > + for (i = 0; i < plane->count_formats; i++) { > > + if (plane->formats[i].format == output->gbm_format) > > Here it is output->gbm_format... > > > +

Re: [PATCH v14 41/41] compositor-drm: Support modifiers with GBM

2018-01-30 Thread Pekka Paalanen
On Wed, 20 Dec 2017 12:26:58 + Daniel Stone wrote: > Use the extended GBM allocator interface to support modifiers and > multi-planar BOs. > > Signed-off-by: Daniel Stone > --- > configure.ac | 3 +++ > libweston/compositor-drm.c | 57 > +

[PATCH v14 41/41] compositor-drm: Support modifiers with GBM

2017-12-20 Thread Daniel Stone
Use the extended GBM allocator interface to support modifiers and multi-planar BOs. Signed-off-by: Daniel Stone --- configure.ac | 3 +++ libweston/compositor-drm.c | 57 ++ 2 files changed, 51 insertions(+), 9 deletions(-) diff --git a