[PATCH 3/8] drm: move drm_mmap to

2014-09-23 Thread David Herrmann
Hi On Tue, Sep 23, 2014 at 3:46 PM, Daniel Vetter wrote: > Now that we've removed the copypasted users in gem/ttm we can > relegate the legacy buffer mapping support to where it belongs. > Also give it the proper drm_legacy_ prefix. > > While at it statify drm_mmap_locked, somehow I've missed th

[PATCH 3/8] drm: move drm_mmap to

2014-09-23 Thread Daniel Vetter
Now that we've removed the copypasted users in gem/ttm we can relegate the legacy buffer mapping support to where it belongs. Also give it the proper drm_legacy_ prefix. While at it statify drm_mmap_locked, somehow I've missed that in my previous header rework. Signed-off-by: Daniel Vetter ---