From: Alyssa Rosenzweig Date: Mon, 23 Dec 2019 16:50:28 +0000 (-0500) Subject: pan/decode: Append 0:0 spills:fills to blobber-db X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0cc6e33537a51cba97e5b51d11161b7438c562dc;p=mesa.git 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 --- 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,