diff options
Diffstat (limited to 'src/etnaviv/drm/etnaviv_cmd_stream.c')
-rw-r--r-- | src/etnaviv/drm/etnaviv_cmd_stream.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/etnaviv/drm/etnaviv_cmd_stream.c b/src/etnaviv/drm/etnaviv_cmd_stream.c index 894ad603c08..a38aebf282c 100644 --- a/src/etnaviv/drm/etnaviv_cmd_stream.c +++ b/src/etnaviv/drm/etnaviv_cmd_stream.c @@ -246,15 +246,6 @@ void etna_cmd_stream_flush2(struct etna_cmd_stream *stream, reset_buffer(stream); } -void etna_cmd_stream_finish(struct etna_cmd_stream *stream) -{ - struct etna_cmd_stream_priv *priv = etna_cmd_stream_priv(stream); - - flush(stream, -1, NULL); - etna_pipe_wait(priv->pipe, priv->last_timestamp, 5000); - reset_buffer(stream); -} - void etna_cmd_stream_reloc(struct etna_cmd_stream *stream, const struct etna_reloc *r) { |