aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/bifrost/bi_ra.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/panfrost/bifrost/bi_ra.c')
-rw-r--r--src/panfrost/bifrost/bi_ra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panfrost/bifrost/bi_ra.c b/src/panfrost/bifrost/bi_ra.c
index 0124bf5ebc9..b305afdf574 100644
--- a/src/panfrost/bifrost/bi_ra.c
+++ b/src/panfrost/bifrost/bi_ra.c
@@ -67,7 +67,7 @@ bi_allocate_registers(bi_context *ctx, bool *success)
unsigned node_count = bi_max_temp(ctx);
struct lcra_state *l =
- lcra_alloc_equations(node_count, 1, 8, 16, 1);
+ lcra_alloc_equations(node_count, 16, 1);
l->class_start[BI_REG_CLASS_WORK] = 0;
l->class_size[BI_REG_CLASS_WORK] = 64 * 4; /* R0 - R63, all 32-bit */