aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm/drm_gem_cma_helper.h
diff options
context:
space:
mode:
authorNoralf Trønnes <noralf@tronnes.org>2017-08-06 17:41:08 +0200
committerNoralf Trønnes <noralf@tronnes.org>2017-08-16 20:21:24 +0200
commitd956e1293b9b43f3a9a508162cdbaa96cf02e6e0 (patch)
tree9a1bcfa587587309e9fc9db0272d4216830bed5b /include/drm/drm_gem_cma_helper.h
parentdrm/virtio: Use the drm_driver.dumb_destroy default (diff)
downloadwireguard-linux-d956e1293b9b43f3a9a508162cdbaa96cf02e6e0.tar.xz
wireguard-linux-d956e1293b9b43f3a9a508162cdbaa96cf02e6e0.zip
drm/gem-cma-helper: Remove drm_gem_cma_dumb_map_offset()
There are no more users of drm_gem_cma_dumb_map_offset(), so remove it. Signed-off-by: Noralf Trønnes <noralf@tronnes.org> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/1502034068-51384-20-git-send-email-noralf@tronnes.org
Diffstat (limited to 'include/drm/drm_gem_cma_helper.h')
-rw-r--r--include/drm/drm_gem_cma_helper.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/drm/drm_gem_cma_helper.h b/include/drm/drm_gem_cma_helper.h
index b42529e0fae0..58a739bf15f1 100644
--- a/include/drm/drm_gem_cma_helper.h
+++ b/include/drm/drm_gem_cma_helper.h
@@ -73,11 +73,6 @@ int drm_gem_cma_dumb_create(struct drm_file *file_priv,
struct drm_device *drm,
struct drm_mode_create_dumb *args);
-/* map memory region for DRM framebuffer to user space */
-int drm_gem_cma_dumb_map_offset(struct drm_file *file_priv,
- struct drm_device *drm, u32 handle,
- u64 *offset);
-
/* set vm_flags and we can change the VM attribute to other one at here */
int drm_gem_cma_mmap(struct file *filp, struct vm_area_struct *vma);