mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 04:40:09 +01:00
etnaviv: drop etna_bo_from_handle symbol
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>
This commit is contained in:
parent
08bd098d84
commit
8849aa87fb
2 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue