]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/gem: Split drm_gem_mmap() into object search and object mapping
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 16 Apr 2013 12:14:52 +0000 (14:14 +0200)
committerLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Sat, 8 Jun 2013 07:14:03 +0000 (09:14 +0200)
commit1c5aafa6eee2d5712f774676d407e5ab6dae9a1b
tree5cb8d947cca86c336977ad86a5e0f76eac0e0533
parent328a4719b6a0930721b5f8d5c69993d3b6e3913f
drm/gem: Split drm_gem_mmap() into object search and object mapping

The drm_gem_mmap() function first finds the GEM object to be mapped
based on the fake mmap offset and then maps the object. Split the object
mapping code into a standalone drm_gem_mmap_obj() function that can be
used to implement dma-buf mmap() operations.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Reviewed-by: Rob Clark <robdclark@gmail.com>
drivers/gpu/drm/drm_gem.c
include/drm/drmP.h