diff --git a/src/gallium/drivers/asahi/agx_batch.c b/src/gallium/drivers/asahi/agx_batch.c index 6143ea028fe..d7f898451a7 100644 --- a/src/gallium/drivers/asahi/agx_batch.c +++ b/src/gallium/drivers/asahi/agx_batch.c @@ -23,7 +23,8 @@ do { \ if (unlikely(agx_device(batch->ctx->base.screen)->debug & \ AGX_DBG_BATCH)) \ - agx_msg("[Batch %u] " fmt "\n", agx_batch_idx(batch), ##__VA_ARGS__); \ + agx_msg("[Queue %u Batch %u] " fmt "\n", batch->ctx->queue_id, \ + agx_batch_idx(batch), ##__VA_ARGS__); \ } while (0) bool