summaryrefslogtreecommitdiffstats
path: root/src/etnaviv/drm/etnaviv_drmif.h
diff options
context:
space:
mode:
authorLucas Stach <[email protected]>2019-08-09 16:46:01 +0200
committerLucas Stach <[email protected]>2019-10-18 17:03:25 +0000
commit1864fcd8c770e172fc6b4c5b4e79d9323e901f32 (patch)
treefb64bcbc1b56dc447e47c205b67ce30608143a8c /src/etnaviv/drm/etnaviv_drmif.h
parent9e672e4d20fb77e1b39aee29f9e8e76a5c2af68e (diff)
etnaviv: drm: remove unused etna_cmd_stream_finish
It's not used by anything and gets in the way for the refactoring of the flush handling. Signed-off-by: Lucas Stach <[email protected]> Reviewed-by: Christian Gmeiner <[email protected]> Reviewed-by: Jonathan Marek <[email protected]>
Diffstat (limited to 'src/etnaviv/drm/etnaviv_drmif.h')
-rw-r--r--src/etnaviv/drm/etnaviv_drmif.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/etnaviv/drm/etnaviv_drmif.h b/src/etnaviv/drm/etnaviv_drmif.h
index 6bdd3cb835a..150eaff1943 100644
--- a/src/etnaviv/drm/etnaviv_drmif.h
+++ b/src/etnaviv/drm/etnaviv_drmif.h
@@ -146,7 +146,6 @@ uint32_t etna_cmd_stream_timestamp(struct etna_cmd_stream *stream);
void etna_cmd_stream_flush(struct etna_cmd_stream *stream);
void etna_cmd_stream_flush2(struct etna_cmd_stream *stream, int in_fence_fd,
int *out_fence_fd);
-void etna_cmd_stream_finish(struct etna_cmd_stream *stream);
static inline uint32_t etna_cmd_stream_avail(struct etna_cmd_stream *stream)
{