Mesa (master): etnaviv: Remove etna_bo_from_handle() prototype

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Aug 9 15:22:46 UTC 2019


Module: Mesa
Branch: master
Commit: bb47bedc85b0da56f24bed759c3215d6ab38cb1a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb47bedc85b0da56f24bed759c3215d6ab38cb1a

Author: Marek Vasut <marex at denx.de>
Date:   Sun Jun  9 00:16:41 2019 +0200

etnaviv: Remove etna_bo_from_handle() prototype

Remove etna_bo_from_handle() as there are no known users.

Signed-off-by: Marek Vasut <marex at denx.de>
Signed-off-by: Lucas Stach <l.stach at pengutronix.de>

---

 src/etnaviv/drm/etnaviv_drmif.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/etnaviv/drm/etnaviv_drmif.h b/src/etnaviv/drm/etnaviv_drmif.h
index 675c32fe051..6bdd3cb835a 100644
--- a/src/etnaviv/drm/etnaviv_drmif.h
+++ b/src/etnaviv/drm/etnaviv_drmif.h
@@ -116,8 +116,6 @@ int etna_pipe_wait_ns(struct etna_pipe *pipe, uint32_t timestamp, uint64_t ns);
 
 struct etna_bo *etna_bo_new(struct etna_device *dev,
 		uint32_t size, uint32_t flags);
-struct etna_bo *etna_bo_from_handle(struct etna_device *dev,
-		uint32_t handle, uint32_t size);
 struct etna_bo *etna_bo_from_name(struct etna_device *dev, uint32_t name);
 struct etna_bo *etna_bo_from_dmabuf(struct etna_device *dev, int fd);
 struct etna_bo *etna_bo_ref(struct etna_bo *bo);




More information about the mesa-commit mailing list