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:
committed by
Marge Bot
parent
9b80ebd86c
commit
59824c1ecb
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user