[PATCH 4/8] drm: Move drm_vm_open_locked into drm_internal.h

2014-09-23 Thread Daniel Vetter
On Tue, Sep 23, 2014 at 04:15:05PM +0200, David Herrmann wrote: > Hi > > On Tue, Sep 23, 2014 at 3:46 PM, Daniel Vetter > wrote: > > Leftover from my previous header cleanup. > > > > This depends upon the patch to rework exynos mmap support, otherwise > > it'll break exynos. > > What patch do y

[PATCH 4/8] drm: Move drm_vm_open_locked into drm_internal.h

2014-09-23 Thread David Herrmann
Hi On Tue, Sep 23, 2014 at 3:46 PM, Daniel Vetter wrote: > Leftover from my previous header cleanup. > > This depends upon the patch to rework exynos mmap support, otherwise > it'll break exynos. What patch do you mean? I cannot see any users of drm_vm_open_locked() anywhere besides drm_gem.c a

[PATCH 4/8] drm: Move drm_vm_open_locked into drm_internal.h

2014-09-23 Thread Daniel Vetter
Leftover from my previous header cleanup. This depends upon the patch to rework exynos mmap support, otherwise it'll break exynos. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/drm_internal.h | 1 + drivers/gpu/drm/drm_vm.c | 1 - include/drm/drmP.h | 1 - 3 files changed,