[PATCH] drm: gma500: Kill the GEM glue layer

2012-08-24 Thread Dave Airlie
On Thu, Aug 23, 2012 at 8:52 PM, Alan Cox wrote: > On Thu, 23 Aug 2012 12:03:59 +0200 > Laurent Pinchart wrote: > >> Hi Alan, >> >> On Tuesday 17 July 2012 17:21:06 Alan Cox wrote: >> > On Tue, 17 Jul 2012 17:09:25 +0200 Laurent Pinchart wrote: >> > > On Wednesday 16 May 2012 16:10:37 Alan Cox wr

Re: [PATCH] drm: gma500: Kill the GEM glue layer

2012-08-23 Thread Dave Airlie
On Thu, Aug 23, 2012 at 8:52 PM, Alan Cox wrote: > On Thu, 23 Aug 2012 12:03:59 +0200 > Laurent Pinchart wrote: > >> Hi Alan, >> >> On Tuesday 17 July 2012 17:21:06 Alan Cox wrote: >> > On Tue, 17 Jul 2012 17:09:25 +0200 Laurent Pinchart wrote: >> > > On Wednesday 16 May 2012 16:10:37 Alan Cox wr

[PATCH] drm: gma500: Kill the GEM glue layer

2012-08-23 Thread Laurent Pinchart
Hi Alan, On Tuesday 17 July 2012 17:21:06 Alan Cox wrote: > On Tue, 17 Jul 2012 17:09:25 +0200 Laurent Pinchart wrote: > > On Wednesday 16 May 2012 16:10:37 Alan Cox wrote: > > > On Wed, 16 May 2012 16:59:44 +0200 Laurent Pinchart wrote: > > > > The private gem_create_mmap_offset() function is now

[PATCH] drm: gma500: Kill the GEM glue layer

2012-08-23 Thread Alan Cox
On Thu, 23 Aug 2012 12:03:59 +0200 Laurent Pinchart wrote: > Hi Alan, > > On Tuesday 17 July 2012 17:21:06 Alan Cox wrote: > > On Tue, 17 Jul 2012 17:09:25 +0200 Laurent Pinchart wrote: > > > On Wednesday 16 May 2012 16:10:37 Alan Cox wrote: > > > > On Wed, 16 May 2012 16:59:44 +0200 Laurent Pin

Re: [PATCH] drm: gma500: Kill the GEM glue layer

2012-08-23 Thread Alan Cox
On Thu, 23 Aug 2012 12:03:59 +0200 Laurent Pinchart wrote: > Hi Alan, > > On Tuesday 17 July 2012 17:21:06 Alan Cox wrote: > > On Tue, 17 Jul 2012 17:09:25 +0200 Laurent Pinchart wrote: > > > On Wednesday 16 May 2012 16:10:37 Alan Cox wrote: > > > > On Wed, 16 May 2012 16:59:44 +0200 Laurent Pin

Re: [PATCH] drm: gma500: Kill the GEM glue layer

2012-08-23 Thread Laurent Pinchart
Hi Alan, On Tuesday 17 July 2012 17:21:06 Alan Cox wrote: > On Tue, 17 Jul 2012 17:09:25 +0200 Laurent Pinchart wrote: > > On Wednesday 16 May 2012 16:10:37 Alan Cox wrote: > > > On Wed, 16 May 2012 16:59:44 +0200 Laurent Pinchart wrote: > > > > The private gem_create_mmap_offset() function is now

[PATCH] drm: gma500: Kill the GEM glue layer

2012-07-17 Thread Laurent Pinchart
On Tuesday 17 July 2012 17:21:06 Alan Cox wrote: > On Tue, 17 Jul 2012 17:09:25 +0200 Laurent Pinchart wrote: > > On Wednesday 16 May 2012 16:10:37 Alan Cox wrote: > > > On Wed, 16 May 2012 16:59:44 +0200 Laurent Pinchart wrote: > > > > The private gem_create_mmap_offset() function is now implement

[PATCH] drm: gma500: Kill the GEM glue layer

2012-07-17 Thread Alan Cox
On Tue, 17 Jul 2012 17:09:25 +0200 Laurent Pinchart wrote: > Hi Alan, > > On Wednesday 16 May 2012 16:10:37 Alan Cox wrote: > > On Wed, 16 May 2012 16:59:44 +0200 Laurent Pinchart wrote: > > > The private gem_create_mmap_offset() function is now implemented > > > in the DRM core as drm_gem_creat

[PATCH] drm: gma500: Kill the GEM glue layer

2012-07-17 Thread Laurent Pinchart
Hi Alan, On Wednesday 16 May 2012 16:10:37 Alan Cox wrote: > On Wed, 16 May 2012 16:59:44 +0200 Laurent Pinchart wrote: > > The private gem_create_mmap_offset() function is now implemented in the > > DRM core as drm_gem_create_mmap_offset(). Use it and kill the private > > copy. > > That was alwa

Re: [PATCH] drm: gma500: Kill the GEM glue layer

2012-07-17 Thread Laurent Pinchart
On Tuesday 17 July 2012 17:21:06 Alan Cox wrote: > On Tue, 17 Jul 2012 17:09:25 +0200 Laurent Pinchart wrote: > > On Wednesday 16 May 2012 16:10:37 Alan Cox wrote: > > > On Wed, 16 May 2012 16:59:44 +0200 Laurent Pinchart wrote: > > > > The private gem_create_mmap_offset() function is now implement

Re: [PATCH] drm: gma500: Kill the GEM glue layer

2012-07-17 Thread Alan Cox
On Tue, 17 Jul 2012 17:09:25 +0200 Laurent Pinchart wrote: > Hi Alan, > > On Wednesday 16 May 2012 16:10:37 Alan Cox wrote: > > On Wed, 16 May 2012 16:59:44 +0200 Laurent Pinchart wrote: > > > The private gem_create_mmap_offset() function is now implemented > > > in the DRM core as drm_gem_creat

Re: [PATCH] drm: gma500: Kill the GEM glue layer

2012-07-17 Thread Laurent Pinchart
Hi Alan, On Wednesday 16 May 2012 16:10:37 Alan Cox wrote: > On Wed, 16 May 2012 16:59:44 +0200 Laurent Pinchart wrote: > > The private gem_create_mmap_offset() function is now implemented in the > > DRM core as drm_gem_create_mmap_offset(). Use it and kill the private > > copy. > > That was alwa

[PATCH] drm: gma500: Kill the GEM glue layer

2012-05-16 Thread Laurent Pinchart
The private gem_create_mmap_offset() function is now implemented in the DRM core as drm_gem_create_mmap_offset(). Use it and kill the private copy. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/gma500/Makefile |2 +- drivers/gpu/drm/gma500/gem.c |9 +++- drivers/gpu/drm/gma5

[PATCH] drm: gma500: Kill the GEM glue layer

2012-05-16 Thread Alan Cox
On Wed, 16 May 2012 16:59:44 +0200 Laurent Pinchart wrote: > The private gem_create_mmap_offset() function is now implemented in the > DRM core as drm_gem_create_mmap_offset(). Use it and kill the private > copy. > That was always then plan so yes - I'll fold this into my tree and test it. Ala

Re: [PATCH] drm: gma500: Kill the GEM glue layer

2012-05-16 Thread Alan Cox
On Wed, 16 May 2012 16:59:44 +0200 Laurent Pinchart wrote: > The private gem_create_mmap_offset() function is now implemented in the > DRM core as drm_gem_create_mmap_offset(). Use it and kill the private > copy. > That was always then plan so yes - I'll fold this into my tree and test it. Ala

[PATCH] drm: gma500: Kill the GEM glue layer

2012-05-16 Thread Laurent Pinchart
The private gem_create_mmap_offset() function is now implemented in the DRM core as drm_gem_create_mmap_offset(). Use it and kill the private copy. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/gma500/Makefile |2 +- drivers/gpu/drm/gma500/gem.c |9 +++- drivers/gpu/drm/gma5