freedreno/afuc: Bump max instructions for a7xx

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26771>
This commit is contained in:
Connor Abbott
2023-12-18 17:24:43 -05:00
committed by Marge Bot
parent eeb2db3b5e
commit 105ea1fc68
+1 -1
View File
@@ -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];