panfrost: Prefix schedule_program to prevent collision
[mesa.git] / src / panfrost / bifrost / bifrost_sched.c
index f9629f8f957816642e3f89124e7d227d0f6e4a78..37ae52bac42d49c73830a03946535809b42d97bd 100644 (file)
@@ -374,7 +374,7 @@ remove_extract_elements(compiler_context *ctx, bifrost_block *block)
 }
 
 
-void schedule_program(compiler_context *ctx)
+void bifrost_schedule_program(compiler_context *ctx)
 {
         // XXX: we should move instructions together before RA that can feed in to each other and be scheduled in the same clause
         allocate_registers(ctx);