[PATCH v2 2/5] drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap

2013-06-04 Thread Laurent Pinchart
Hi Rob, On Tuesday 04 June 2013 07:33:42 Rob Clark wrote: > On Mon, Jun 3, 2013 at 10:20 PM, Laurent Pinchart wrote: > > The dma-buf mmap code was copied from the GEM mmap implementation. > > Replace it with the new drm_gem_mmap_obj() function. > > > > Signed-off-by: Laurent Pinchart > > > > Re

Re: [PATCH v2 2/5] drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap

2013-06-04 Thread Laurent Pinchart
Hi Rob, On Tuesday 04 June 2013 07:33:42 Rob Clark wrote: > On Mon, Jun 3, 2013 at 10:20 PM, Laurent Pinchart wrote: > > The dma-buf mmap code was copied from the GEM mmap implementation. > > Replace it with the new drm_gem_mmap_obj() function. > > > > Signed-off-by: Laurent Pinchart > > > > Re

[PATCH v2 2/5] drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap

2013-06-04 Thread Rob Clark
On Mon, Jun 3, 2013 at 10:20 PM, Laurent Pinchart wrote: > The dma-buf mmap code was copied from the GEM mmap implementation. > Replace it with the new drm_gem_mmap_obj() function. > > Signed-off-by: Laurent Pinchart Reviewed-by: Rob Clark > --- > drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c | 3

Re: [PATCH v2 2/5] drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap

2013-06-04 Thread Rob Clark
On Mon, Jun 3, 2013 at 10:20 PM, Laurent Pinchart wrote: > The dma-buf mmap code was copied from the GEM mmap implementation. > Replace it with the new drm_gem_mmap_obj() function. > > Signed-off-by: Laurent Pinchart Reviewed-by: Rob Clark > --- > drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c | 3

[PATCH v2 2/5] drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap

2013-06-04 Thread Laurent Pinchart
The dma-buf mmap code was copied from the GEM mmap implementation. Replace it with the new drm_gem_mmap_obj() function. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c | 32 +++ 1 file changed, 3 insertions(+), 29 deletions(-) diff --git

[PATCH v2 2/5] drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap

2013-06-03 Thread Laurent Pinchart
The dma-buf mmap code was copied from the GEM mmap implementation. Replace it with the new drm_gem_mmap_obj() function. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c | 32 +++ 1 file changed, 3 insertions(+), 29 deletions(-) diff --git