Re: [Intel-gfx] [PATCH 02/24] drm: Extract drm_prime.h

2017-03-14 Thread Sean Paul
On Tue, Mar 14, 2017 at 10:12:59AM +0100, Daniel Vetter wrote: > On Mon, Mar 13, 2017 at 12:42:54PM -0400, Sean Paul wrote: > > On Wed, Mar 08, 2017 at 03:12:35PM +0100, Daniel Vetter wrote: > > > +/** > > > + * struct drm_prime_file_private - per-file tracking for PRIME > > > + * > > > + * This ju

Re: [Intel-gfx] [PATCH 02/24] drm: Extract drm_prime.h

2017-03-14 Thread Daniel Vetter
On Mon, Mar 13, 2017 at 12:42:54PM -0400, Sean Paul wrote: > On Wed, Mar 08, 2017 at 03:12:35PM +0100, Daniel Vetter wrote: > > +/** > > + * struct drm_prime_file_private - per-file tracking for PRIME > > + * > > + * This just contains the internal &struct dma_buf and handle caches for > > each >

Re: [Intel-gfx] [PATCH 02/24] drm: Extract drm_prime.h

2017-03-13 Thread Sean Paul
On Wed, Mar 08, 2017 at 03:12:35PM +0100, Daniel Vetter wrote: > Plus a little bit more documentation. > > v2: Untangle the missing forward decls to make drm_prime|gem.h > free-standing. > > Signed-off-by: Daniel Vetter > --- > Documentation/gpu/drm-mm.rst | 3 ++ > drivers/gpu/drm/drm_prime.

Re: [PATCH 02/24] drm: Extract drm_prime.h

2017-03-08 Thread Gustavo Padovan
Hi Daniel, 2017-03-08 Daniel Vetter : > Plus a little bit more documentation. > > v2: Untangle the missing forward decls to make drm_prime|gem.h > free-standing. > > Signed-off-by: Daniel Vetter > --- > Documentation/gpu/drm-mm.rst | 3 ++ > drivers/gpu/drm/drm_prime.c | 3 +- > include/

[PATCH 02/24] drm: Extract drm_prime.h

2017-03-08 Thread Daniel Vetter
Plus a little bit more documentation. v2: Untangle the missing forward decls to make drm_prime|gem.h free-standing. Signed-off-by: Daniel Vetter --- Documentation/gpu/drm-mm.rst | 3 ++ drivers/gpu/drm/drm_prime.c | 3 +- include/drm/drmP.h| 32 ++ include/drm/d