diff --git a/src/gallium/drivers/asahi/agx_pipe.c b/src/gallium/drivers/asahi/agx_pipe.c index 27eb39584c5..f798efd8812 100644 --- a/src/gallium/drivers/asahi/agx_pipe.c +++ b/src/gallium/drivers/asahi/agx_pipe.c @@ -604,7 +604,7 @@ agx_prepare_for_map(struct agx_context *ctx, agx_flush_writer(ctx, rsrc, "Unsynchronized transfer"); if (usage & PIPE_MAP_WRITE) - agx_flush_readers(ctx, rsrc, "Unsynchronized read"); + agx_flush_readers(ctx, rsrc, "Unsynchronized write"); }