[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

[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

[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

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

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 laurent.pinch...@ideasonboard.com 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

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 a...@linux.intel.com wrote: On Thu, 23 Aug 2012 12:03:59 +0200 Laurent Pinchart laurent.pinch...@ideasonboard.com 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

[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

[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

[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

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 always then

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 laurent.pinch...@ideasonboard.com 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

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 implemented in

[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 +++-

[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.

[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 laurent.pinch...@ideasonboard.com --- drivers/gpu/drm/gma500/Makefile |2 +- drivers/gpu/drm/gma500/gem.c

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 laurent.pinch...@ideasonboard.com 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