commit | bda3fdaa0f43fc7faaf07b4fc4f2bc4daea12451 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Tue Apr 16 14:21:23 2013 +0200 |
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Sat Jun 08 09:14:04 2013 +0200 |
tree | 182799500446f3c2522439820da8d961b3901eda | |
parent | 1c5aafa6eee2d5712f774676d407e5ab6dae9a1b [diff] |
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>