pan/decode: Include addresses for jobs

Helpful for contextualizing fault pointers.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14543>
This commit is contained in:
Alyssa Rosenzweig 2022-01-09 13:04:34 -05:00
parent 4af20895c5
commit a07473b79d
1 changed files with 1 additions and 1 deletions

View File

@ -1347,7 +1347,7 @@ GENX(pandecode_jc)(mali_ptr jc_gpu_va, unsigned gpu_id)
int job_no = job_descriptor_number++;
DUMP_UNPACKED(JOB_HEADER, h, "Job Header:\n");
DUMP_UNPACKED(JOB_HEADER, h, "Job Header (%" PRIx64 "):\n", jc_gpu_va);
pandecode_log("\n");
switch (h.type) {