]> git.baikalelectronics.ru Git - kernel.git/commit
drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 16 Apr 2013 12:21:23 +0000 (14:21 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sat, 8 Jun 2013 07:14:04 +0000 (09:14 +0200)
commit5cb5ecefdbb1b088191eb080057fb2fc30533d54
tree182799500446f3c2522439820da8d961b3901eda
parent4aecb1e73db3df05c6b6e0c4dc8f76aa3f94aede
drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap

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 <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c