From 808ad6621e38bc84296927a6807354c97d708b10 Mon Sep 17 00:00:00 2001 From: Rob Clark Date: Fri, 5 Aug 2022 13:12:26 -0700 Subject: [PATCH] freedreno/a6xx: Random indent fixes Signed-off-by: Rob Clark Part-of: --- src/gallium/drivers/freedreno/a6xx/fd6_emit.h | 4 ++-- src/gallium/drivers/freedreno/freedreno_draw.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/freedreno/a6xx/fd6_emit.h b/src/gallium/drivers/freedreno/a6xx/fd6_emit.h index 27b4b4f70fa..4fa7593e47b 100644 --- a/src/gallium/drivers/freedreno/a6xx/fd6_emit.h +++ b/src/gallium/drivers/freedreno/a6xx/fd6_emit.h @@ -89,9 +89,9 @@ struct fd6_emit { struct fd_context *ctx; const struct fd_vertex_state *vtx; const struct pipe_draw_info *info; - unsigned drawid_offset; + unsigned drawid_offset; const struct pipe_draw_indirect_info *indirect; - const struct pipe_draw_start_count_bias *draw; + const struct pipe_draw_start_count_bias *draw; struct ir3_cache_key key; enum fd_dirty_3d_state dirty; uint32_t dirty_groups; diff --git a/src/gallium/drivers/freedreno/freedreno_draw.c b/src/gallium/drivers/freedreno/freedreno_draw.c index 5abec07f1f0..1e768c3fd45 100644 --- a/src/gallium/drivers/freedreno/freedreno_draw.c +++ b/src/gallium/drivers/freedreno/freedreno_draw.c @@ -275,7 +275,7 @@ update_draw_stats(struct fd_context *ctx, const struct pipe_draw_info *info, static void fd_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info, - unsigned drawid_offset, + unsigned drawid_offset, const struct pipe_draw_indirect_info *indirect, const struct pipe_draw_start_count_bias *draws, unsigned num_draws) in_dt {