aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_gem.h
diff options
context:
space:
mode:
authorInki Dae <inki.dae@samsung.com>2014-09-17 22:48:45 +0900
committerInki Dae <daeinki@gmail.com>2014-09-20 01:00:07 +0900
commitd931589c01a20595d67192f075f9c84093c43c45 (patch)
tree26e7850c9a594f8f42ade56322d547ccfde314ac /drivers/gpu/drm/exynos/exynos_drm_gem.h
parentdrm/exynos: factor out initial setting of each driver (diff)
downloadlinux-dev-d931589c01a20595d67192f075f9c84093c43c45.tar.xz
linux-dev-d931589c01a20595d67192f075f9c84093c43c45.zip
drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctl
This interface and relevant codes aren't used anymore. Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_gem.h')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_gem.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_gem.h b/drivers/gpu/drm/exynos/exynos_drm_gem.h
index 1592c0ba7de8..8e460940d118 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_gem.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_gem.h
@@ -111,10 +111,6 @@ void exynos_drm_gem_put_dma_addr(struct drm_device *dev,
unsigned int gem_handle,
struct drm_file *filp);
-/* get buffer offset to map to user space. */
-int exynos_drm_gem_map_offset_ioctl(struct drm_device *dev, void *data,
- struct drm_file *file_priv);
-
/*
* mmap the physically continuous memory that a gem object contains
* to user space.