summaryrefslogtreecommitdiff
path: root/armada_bufmgr.h
diff options
context:
space:
mode:
authorRussell King <rmk_cubox@arm.linux.org.uk>2013-09-22 15:26:08 +0100
committerRussell King <rmk@arm.linux.org.uk>2013-09-22 15:26:08 +0100
commite12400fad24fcff3a3a493cf9cce74dd2a5c8861 (patch)
treef0375afba3ec93d9a85e22befc3d88b4910bbcf0 /armada_bufmgr.h
parent9f6a79fa87732674b3083e0128fc2100e8e7269c (diff)
Remove drm_armada_bo_create_phys()
We no longer need this function, because we can do everything via the dma_buf passing methods. So, get rid of this. Signed-off-by: Russell King <rmk_cubox@arm.linux.org.uk>
Diffstat (limited to 'armada_bufmgr.h')
-rw-r--r--armada_bufmgr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/armada_bufmgr.h b/armada_bufmgr.h
index f7e0cb6..988b38c 100644
--- a/armada_bufmgr.h
+++ b/armada_bufmgr.h
@@ -23,8 +23,6 @@ void drm_armada_fini(struct drm_armada_bufmgr *);
struct drm_armada_bo *drm_armada_bo_create(struct drm_armada_bufmgr *,
unsigned w, unsigned h, unsigned bpp);
-struct drm_armada_bo *drm_armada_bo_create_phys(struct drm_armada_bufmgr *,
- uint32_t phys, size_t size);
struct drm_armada_bo *drm_armada_bo_dumb_create(struct drm_armada_bufmgr *,
unsigned w, unsigned h, unsigned bpp);