freedreno: Misc indent fixes
authorRob Clark <robdclark@chromium.org>
Thu, 21 Apr 2022 18:11:59 +0000 (11:11 -0700)
committerMarge Bot <emma+marge@anholt.net>
Wed, 27 Apr 2022 23:10:00 +0000 (23:10 +0000)
Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16086>

src/freedreno/drm/freedreno_ringbuffer_sp_reloc.h
src/gallium/drivers/freedreno/a6xx/fd6_draw.c

index 9374681..6dfdc31 100644 (file)
@@ -41,7 +41,7 @@ static void X(emit_reloc_common)(struct fd_ringbuffer *ring,
 }
 
 static void X(fd_ringbuffer_sp_emit_reloc_nonobj)(struct fd_ringbuffer *ring,
-                                                   const struct fd_reloc *reloc)
+                                                  const struct fd_reloc *reloc)
 {
    X(emit_reloc_common)(ring, reloc);
 
@@ -55,7 +55,7 @@ static void X(fd_ringbuffer_sp_emit_reloc_nonobj)(struct fd_ringbuffer *ring,
 }
 
 static void X(fd_ringbuffer_sp_emit_reloc_obj)(struct fd_ringbuffer *ring,
-                                                const struct fd_reloc *reloc)
+                                               const struct fd_reloc *reloc)
 {
    X(emit_reloc_common)(ring, reloc);
 
index a7e7667..68dadda 100644 (file)
@@ -274,7 +274,7 @@ fd6_draw_vbo(struct fd_context *ctx, const struct pipe_draw_info *info,
       ctx->batch->tessellation = true;
    }
 
-       uint32_t index_start = info->index_size ? draw->index_bias : draw->start;
+   uint32_t index_start = info->index_size ? draw->index_bias : draw->start;
    if (ctx->last.dirty || (ctx->last.index_start != index_start)) {
       OUT_PKT4(ring, REG_A6XX_VFD_INDEX_OFFSET, 1);
       OUT_RING(ring, index_start); /* VFD_INDEX_OFFSET */