freedreno: Misc indent fixes

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16086>
This commit is contained in:
Rob Clark 2022-04-21 11:11:59 -07:00 committed by Marge Bot
parent c865416f44
commit d79c71c705
2 changed files with 3 additions and 3 deletions

View 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);

View 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 */