diff --git a/src/panfrost/compiler/bi_ra.c b/src/panfrost/compiler/bi_ra.c index 257490d154a..486180e2bf0 100644 --- a/src/panfrost/compiler/bi_ra.c +++ b/src/panfrost/compiler/bi_ra.c @@ -1083,7 +1083,7 @@ bi_register_allocate(bi_context *ctx) struct lcra_state *l = NULL; bool success = false; - unsigned iter_count = 1000; /* max iterations */ + unsigned iter_count = 2000; /* max iterations */ /* Number of bytes of memory we've spilled into */ unsigned spill_count = ctx->info.tls_size;