mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
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:
parent
2c057cc4d9
commit
ac4ba43c55
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue