diff options
author | Marek Vasut <[email protected]> | 2019-06-09 00:16:41 +0200 |
---|---|---|
committer | Lucas Stach <[email protected]> | 2019-08-09 17:21:55 +0200 |
commit | bb47bedc85b0da56f24bed759c3215d6ab38cb1a (patch) | |
tree | c7505e3146e885beeca1e198328ad04891bad393 /src/etnaviv | |
parent | cefb4341b77a00d17bfe1f39ebdaec56d0632bfa (diff) |
etnaviv: Remove etna_bo_from_handle() prototype
Remove etna_bo_from_handle() as there are no known users.
Signed-off-by: Marek Vasut <[email protected]>
Signed-off-by: Lucas Stach <[email protected]>
Diffstat (limited to 'src/etnaviv')
-rw-r--r-- | src/etnaviv/drm/etnaviv_drmif.h | 2 |
1 files changed, 0 insertions, 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); |