From 6a74934e7a19d730a46433cc8ebe93c5adbd6878 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 23 Dec 2019 11:49:09 -0500 Subject: [PATCH] pan/decode: Prefix blobberdb with MESA_SHADER_* We use these prefixes in panfrost shader-db and they need to match for shader-db to be happpy. 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 36f529494c5..debb2ab451a 100644 --- a/src/panfrost/pandecode/decode.c +++ b/src/panfrost/pandecode/decode.c @@ -1889,7 +1889,7 @@ pandecode_shader_disassemble(mali_ptr shader_ptr, int shader_no, int type, (stats.work_count <= 8) ? 2 : 1; - printf("shader%d - %s shader: " + printf("shader%d - MESA_SHADER_%s shader: " "%u inst, %u bundles, %u quadwords, " "%u registers, %u threads, 0 loops\n\n\n", shader_id++, -- 2.30.2