RE: [PATCH] dmabuf: get supported dmabuf formats from compositor backend

2015-11-02 Thread Fabien DESSENNE
: [PATCH] dmabuf: get supported dmabuf formats from > compositor backend > > Hi, > > On 2 November 2015 at 09:39, Fabien DESSENNE > wrote: > >> On 30 October 2015 at 00:27, Bryce Harrington > > >> wrote: > >> > I'd like to better understand what

Re: [PATCH] dmabuf: get supported dmabuf formats from compositor backend

2015-11-02 Thread Daniel Stone
Hi, On 2 November 2015 at 09:39, Fabien DESSENNE wrote: >> On 30 October 2015 at 00:27, Bryce Harrington >> wrote: >> > I'd like to better understand what this is going to be used for, >> > before landing it. Another R-b on this would be nice as well; Giulio >> > perhaps you could give this pat

RE: [PATCH] dmabuf: get supported dmabuf formats from compositor backend

2015-11-02 Thread Fabien DESSENNE
: [PATCH] dmabuf: get supported dmabuf formats from > compositor backend > > Hi, > > On 30 October 2015 at 00:27, Bryce Harrington > wrote: > > On Tue, Oct 20, 2015 at 08:45:50AM -0700, Bryce Harrington wrote: > >> On Tue, Oct 20, 2015 at 04:54:30PM +0200, Fab

Re: [PATCH] dmabuf: get supported dmabuf formats from compositor backend

2015-10-30 Thread Bryce Harrington
On Fri, Oct 30, 2015 at 09:49:20AM +0200, Giulio Camuffo wrote: > 2015-10-30 2:27 GMT+02:00 Bryce Harrington : > > On Tue, Oct 20, 2015 at 08:45:50AM -0700, Bryce Harrington wrote: > >> On Tue, Oct 20, 2015 at 04:54:30PM +0200, Fabien Dessenne wrote: > >> > Add the possibility for the compositor ba

Re: [PATCH] dmabuf: get supported dmabuf formats from compositor backend

2015-10-30 Thread Daniel Stone
Hi, On 30 October 2015 at 00:27, Bryce Harrington wrote: > On Tue, Oct 20, 2015 at 08:45:50AM -0700, Bryce Harrington wrote: >> On Tue, Oct 20, 2015 at 04:54:30PM +0200, Fabien Dessenne wrote: >> > Add the possibility for the compositor backend to provide with the list >> > of supported pixel for

Re: [PATCH] dmabuf: get supported dmabuf formats from compositor backend

2015-10-30 Thread Giulio Camuffo
2015-10-30 2:27 GMT+02:00 Bryce Harrington : > On Tue, Oct 20, 2015 at 08:45:50AM -0700, Bryce Harrington wrote: >> On Tue, Oct 20, 2015 at 04:54:30PM +0200, Fabien Dessenne wrote: >> > Add the possibility for the compositor backend to provide with the list >> > of supported pixel formats for dmabu

Re: [PATCH] dmabuf: get supported dmabuf formats from compositor backend

2015-10-29 Thread Bryce Harrington
On Tue, Oct 20, 2015 at 08:45:50AM -0700, Bryce Harrington wrote: > On Tue, Oct 20, 2015 at 04:54:30PM +0200, Fabien Dessenne wrote: > > Add the possibility for the compositor backend to provide with the list > > of supported pixel formats for dmabuf-based buffers. > > This information is used by l

Re: [PATCH] dmabuf: get supported dmabuf formats from compositor backend

2015-10-20 Thread Bryce Harrington
On Tue, Oct 20, 2015 at 04:54:30PM +0200, Fabien Dessenne wrote: > Add the possibility for the compositor backend to provide with the list > of supported pixel formats for dmabuf-based buffers. > This information is used by linux_dmabuf to inform clients when binding. > > Signed-off-by: Fabien Des