aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm
diff options
context:
space:
mode:
authorJoonyoung Shim <jy0922.shim@samsung.com>2013-06-28 14:24:55 +0900
committerDave Airlie <airlied@redhat.com>2013-07-05 15:44:54 +1000
commit6d35dea107834eb549c1fba28fea6ec39c81d0ba (patch)
treebbada84a6400a79ec71d47df6264c55e1485c7fa /include/drm
parentdrm/cma: add low-level hook functions to use prime helpers (diff)
downloadlinux-dev-6d35dea107834eb549c1fba28fea6ec39c81d0ba.tar.xz
linux-dev-6d35dea107834eb549c1fba28fea6ec39c81d0ba.zip
drm/cma: remove GEM CMA specific dma_buf functionality
We can use prime helpers instead. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'include/drm')
-rw-r--r--include/drm/drm_gem_cma_helper.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/drm/drm_gem_cma_helper.h b/include/drm/drm_gem_cma_helper.h
index 9d39d2a51906..c34f27f80bcc 100644
--- a/include/drm/drm_gem_cma_helper.h
+++ b/include/drm/drm_gem_cma_helper.h
@@ -48,12 +48,6 @@ extern const struct vm_operations_struct drm_gem_cma_vm_ops;
void drm_gem_cma_describe(struct drm_gem_cma_object *obj, struct seq_file *m);
#endif
-struct dma_buf *drm_gem_cma_dmabuf_export(struct drm_device *drm_dev,
- struct drm_gem_object *obj,
- int flags);
-struct drm_gem_object *drm_gem_cma_dmabuf_import(struct drm_device *drm_dev,
- struct dma_buf *dma_buf);
-
struct sg_table *drm_gem_cma_prime_get_sg_table(struct drm_gem_object *obj);
struct drm_gem_object *
drm_gem_cma_prime_import_sg_table(struct drm_device *dev, size_t size,