asahi: Fix incorrect debug string

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19999>
This commit is contained in:
Alyssa Rosenzweig
2022-11-23 20:35:26 -05:00
committed by Marge Bot
parent 9b80ebd86c
commit 59824c1ecb
+1 -1
View File
@@ -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");
}