Mesa (master): etnaviv: fix code style

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sun Oct 20 08:35:14 UTC 2019


Module: Mesa
Branch: master
Commit: cd4528563f6e57e6f73a0a8b6d4875d6f5ec0563
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd4528563f6e57e6f73a0a8b6d4875d6f5ec0563

Author: Christian Gmeiner <christian.gmeiner at gmail.com>
Date:   Sun Oct 20 08:02:11 2019 +0200

etnaviv: fix code style

Fixes: 1194afdfe35 ("etnaviv: rework the stream flush to always go through the context flush")
Signed-off-by: Christian Gmeiner <christian.gmeiner at gmail.com>
Reviewed-by: Jonathan Marek <jonathan at marek.ca>

---

 src/gallium/drivers/etnaviv/etnaviv_context.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/gallium/drivers/etnaviv/etnaviv_context.c b/src/gallium/drivers/etnaviv/etnaviv_context.c
index 5fdc77699ee..06b634d0966 100644
--- a/src/gallium/drivers/etnaviv/etnaviv_context.c
+++ b/src/gallium/drivers/etnaviv/etnaviv_context.c
@@ -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;
 




More information about the mesa-commit mailing list