projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de01ae1
)
pan/decode: Print compute job payloads
author
Alyssa Rosenzweig
<alyssa@collabora.com>
Thu, 30 Mar 2023 22:38:00 +0000
(18:38 -0400)
committer
Marge Bot
<emma+marge@anholt.net>
Thu, 13 Apr 2023 01:49:33 +0000
(
01:49
+0000)
Noticed while debugging OpenCL. I think this was fallout from the CSF decode
rework?
Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Italo Nicola <italonicola@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22228>
src/panfrost/lib/genxml/decode_jm.c
patch
|
blob
|
history
diff --git
a/src/panfrost/lib/genxml/decode_jm.c
b/src/panfrost/lib/genxml/decode_jm.c
index dff3a70f3857ffd34cea99405a9e95d3355a0fca..d348814508d3e317b9959f7b11d9a4c270527f36 100644
(file)
--- a/
src/panfrost/lib/genxml/decode_jm.c
+++ b/
src/panfrost/lib/genxml/decode_jm.c
@@
-569,6
+569,7
@@
pandecode_compute_job(mali_ptr job, unsigned gpu_id)
pan_section_unpack(p, COMPUTE_JOB, PAYLOAD, payload);
GENX(pandecode_shader_environment)(&payload.compute, gpu_id);
+ DUMP_SECTION(COMPUTE_JOB, PAYLOAD, p, "Compute");
}
#endif