asahi: Print queue ID with batch debug

Signed-off-by: Asahi Lina <lina@asahilina.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30382>
This commit is contained in:
Asahi Lina
2024-07-11 17:21:04 +09:00
committed by Marge Bot
parent 2c057cc4d9
commit ac4ba43c55

View File

@@ -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