panfrost: Remove wait parameter to flush_all_batches
[mesa.git] / src / gallium / drivers / panfrost / pan_job.h
index fc958b1482e306c19ac49b4922971c913ac57035..68a1b337d6687e38b3d61bcd9dd81f53b44359c0 100644 (file)
@@ -168,7 +168,7 @@ panfrost_batch_create_bo(struct panfrost_batch *batch, size_t size,
                          uint32_t create_flags, uint32_t access_flags);
 
 void
-panfrost_flush_all_batches(struct panfrost_context *ctx, bool wait);
+panfrost_flush_all_batches(struct panfrost_context *ctx);
 
 bool
 panfrost_pending_batches_access_bo(struct panfrost_context *ctx,