Mesa (master): pan/decode: Append 0:0 spills:fills to blobber-db

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 24 17:09:20 UTC 2019


Module: Mesa
Branch: master
Commit: 0cc6e33537a51cba97e5b51d11161b7438c562dc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cc6e33537a51cba97e5b51d11161b7438c562dc

Author: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Date:   Mon Dec 23 11:50:28 2019 -0500

pan/decode: Append 0:0 spills:fills to blobber-db

At the moment there's no need to actually count these but we do need a
placeholder for report.py to be happy.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>

---

 src/panfrost/pandecode/decode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/panfrost/pandecode/decode.c b/src/panfrost/pandecode/decode.c
index debb2ab451a..e6e29181e61 100644
--- a/src/panfrost/pandecode/decode.c
+++ b/src/panfrost/pandecode/decode.c
@@ -1891,7 +1891,7 @@ pandecode_shader_disassemble(mali_ptr shader_ptr, int shader_no, int type,
 
                 printf("shader%d - MESA_SHADER_%s shader: "
                         "%u inst, %u bundles, %u quadwords, "
-                        "%u registers, %u threads, 0 loops\n\n\n",
+                        "%u registers, %u threads, 0 loops, 0:0 spills:fills\n\n\n",
                         shader_id++,
                         shader_type_for_job(type),
                         stats.instruction_count, stats.bundle_count, stats.quadword_count,




More information about the mesa-commit mailing list