OSDN Git Service

etnaviv: drop etna_bo_from_handle symbol
authorLucas Stach <l.stach@pengutronix.de>
Wed, 29 May 2019 10:05:54 +0000 (12:05 +0200)
committerLucas Stach <l.stach@pengutronix.de>
Mon, 24 Jun 2019 14:21:07 +0000 (16:21 +0200)
There is no implementation and also no users, so there is no point
in keeping it in the API.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
etnaviv/etnaviv-symbol-check
etnaviv/etnaviv_drmif.h

index 1891068..6f6a7a2 100755 (executable)
@@ -25,7 +25,6 @@ etna_pipe_del
 etna_pipe_wait
 etna_pipe_wait_ns
 etna_bo_new
-etna_bo_from_handle
 etna_bo_from_name
 etna_bo_from_dmabuf
 etna_bo_ref
index 5a6bef8..80aedc1 100644 (file)
@@ -115,8 +115,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);