Re: [PATCH 1/6] linux-dmabuf: Move the attributes part of linux_dmabuf_buffer into its own struct

2015-12-02 Thread Derek Foreman
On 24/11/15 01:28 PM, Emmanuel Gil Peyrot wrote: > This allows renderers to use that struct to create their own dmabufs, > in case they can’t import the one provided by the client directly but > know how to convert it into a format they can render. > > Signed-off-by: Emmanuel Gil Peyrot

Re: [PATCH 1/6] linux-dmabuf: Move the attributes part of linux_dmabuf_buffer into its own struct

2015-11-24 Thread Bryce Harrington
On Tue, Nov 24, 2015 at 07:28:24PM +, Emmanuel Gil Peyrot wrote: > This allows renderers to use that struct to create their own dmabufs, > in case they can’t import the one provided by the client directly but > know how to convert it into a format they can render. > > Signed-off-by: Emmanuel

[PATCH 1/6] linux-dmabuf: Move the attributes part of linux_dmabuf_buffer into its own struct

2015-11-24 Thread Emmanuel Gil Peyrot
This allows renderers to use that struct to create their own dmabufs, in case they can’t import the one provided by the client directly but know how to convert it into a format they can render. Signed-off-by: Emmanuel Gil Peyrot Reviewed-by: Pekka Paalanen