diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-12-23 11:49:09 -0500 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-12-24 16:55:46 +0000 |
commit | 6a74934e7a19d730a46433cc8ebe93c5adbd6878 (patch) | |
tree | 5f6608e3bc6b9de201df31e9a2e26c33dc14f1be /src/panfrost/pandecode | |
parent | ead35f586c0f3ff4eecf35c7c16739c16f8cca53 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/panfrost/pandecode')
-rw-r--r-- | src/panfrost/pandecode/decode.c | 2 |
1 files changed, 1 insertions, 1 deletions
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++, |