mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
etnaviv: fix code style
Fixes: 1194afdfe3 ("etnaviv: rework the stream flush to always go through the context flush")
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Jonathan Marek <jonathan@marek.ca>
This commit is contained in:
parent
b30e01aef5
commit
cd4528563f
1 changed files with 2 additions and 1 deletions
|
|
@ -355,7 +355,8 @@ etna_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info)
|
|||
pipe_resource_reference(&indexbuf, NULL);
|
||||
}
|
||||
|
||||
static void etna_reset_gpu_state(struct etna_context *ctx)
|
||||
static void
|
||||
etna_reset_gpu_state(struct etna_context *ctx)
|
||||
{
|
||||
struct etna_cmd_stream *stream = ctx->stream;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue