From 0cc6e33537a51cba97e5b51d11161b7438c562dc Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 23 Dec 2019 11:50:28 -0500 Subject: [PATCH] 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 --- 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, -- 2.30.2