Re: [Linaro-mm-sig] [PATCH] drm: base prime/dma-buf support (v5)

2012-03-27 Thread Sumit Semwal
On Mar 27, 2012 9:18 PM, "Rob Clark" wrote: > > On Tue, Mar 27, 2012 at 6:46 AM, Daniel Vetter wrote: > > On Tue, Mar 27, 2012 at 10:47:46AM +0100, Dave Airlie wrote: > >> From: Dave Airlie > >> > >> This adds the basic drm dma-buf interface layer, called PRIME, > >> > >> The main APIs exposed t

[Linaro-mm-sig] [PATCH] drm: base prime/dma-buf support (v5)

2012-03-27 Thread Sumit Semwal
On Mar 27, 2012 9:18 PM, "Rob Clark" wrote: > > On Tue, Mar 27, 2012 at 6:46 AM, Daniel Vetter wrote: > > On Tue, Mar 27, 2012 at 10:47:46AM +0100, Dave Airlie wrote: > >> From: Dave Airlie > >> > >> This adds the basic drm dma-buf interface layer, called PRIME, > >> > >> The main APIs exposed t

Re: [Linaro-mm-sig] [PATCH] drm: base prime/dma-buf support (v5)

2012-03-27 Thread Ben Widawsky
On Tue, 27 Mar 2012 10:47:46 +0100 Dave Airlie wrote: > From: Dave Airlie > > This adds the basic drm dma-buf interface layer, called PRIME, > > The main APIs exposed to userspace allow translating a 32-bit object > handle to a file descriptor, and a file descriptor to a 32-bit object > handle

[Linaro-mm-sig] [PATCH] drm: base prime/dma-buf support (v5)

2012-03-27 Thread Ben Widawsky
On Tue, 27 Mar 2012 10:47:46 +0100 Dave Airlie wrote: > From: Dave Airlie > > This adds the basic drm dma-buf interface layer, called PRIME, > > The main APIs exposed to userspace allow translating a 32-bit object > handle to a file descriptor, and a file descriptor to a 32-bit object > handle

[Linaro-mm-sig] [PATCH] drm: base prime/dma-buf support (v5)

2012-03-27 Thread Daniel Vetter
On Tue, Mar 27, 2012 at 10:47:46AM +0100, Dave Airlie wrote: > From: Dave Airlie > > This adds the basic drm dma-buf interface layer, called PRIME, > > The main APIs exposed to userspace allow translating a 32-bit object handle > to a file descriptor, and a file descriptor to a 32-bit object han

[Linaro-mm-sig] [PATCH] drm: base prime/dma-buf support (v5)

2012-03-27 Thread Rob Clark
On Tue, Mar 27, 2012 at 6:46 AM, Daniel Vetter wrote: > On Tue, Mar 27, 2012 at 10:47:46AM +0100, Dave Airlie wrote: >> From: Dave Airlie >> >> This adds the basic drm dma-buf interface layer, called PRIME, >> >> The main APIs exposed to userspace allow translating a 32-bit object handle >> to a

Re: [Linaro-mm-sig] [PATCH] drm: base prime/dma-buf support (v5)

2012-03-27 Thread Rob Clark
On Tue, Mar 27, 2012 at 6:46 AM, Daniel Vetter wrote: > On Tue, Mar 27, 2012 at 10:47:46AM +0100, Dave Airlie wrote: >> From: Dave Airlie >> >> This adds the basic drm dma-buf interface layer, called PRIME, >> >> The main APIs exposed to userspace allow translating a 32-bit object handle >> to a

Re: [Linaro-mm-sig] [PATCH] drm: base prime/dma-buf support (v5)

2012-03-27 Thread Daniel Vetter
On Tue, Mar 27, 2012 at 10:47:46AM +0100, Dave Airlie wrote: > From: Dave Airlie > > This adds the basic drm dma-buf interface layer, called PRIME, > > The main APIs exposed to userspace allow translating a 32-bit object handle > to a file descriptor, and a file descriptor to a 32-bit object han