From 105ea1fc681d17cf5e68fd9322e54a713113f4f4 Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Mon, 18 Dec 2023 17:24:43 -0500 Subject: [PATCH] freedreno/afuc: Bump max instructions for a7xx Part-of: --- src/freedreno/afuc/asm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedreno/afuc/asm.c b/src/freedreno/afuc/asm.c index f878e40507f..e426905f49e 100644 --- a/src/freedreno/afuc/asm.c +++ b/src/freedreno/afuc/asm.c @@ -85,7 +85,7 @@ __instruction_case(struct encode_state *s, const struct afuc_instr *instr) int gpuver; /* bit lame to hard-code max but fw sizes are small */ -static struct afuc_instr instructions[0x2000]; +static struct afuc_instr instructions[0x4000]; static unsigned num_instructions; static struct asm_label labels[0x512];