diff --git a/src/panfrost/genxml/decode_common.c b/src/panfrost/genxml/decode_common.c index c0e816eebf2..208d28a8cb5 100644 --- a/src/panfrost/genxml/decode_common.c +++ b/src/panfrost/genxml/decode_common.c @@ -493,7 +493,7 @@ pandecode_shader_disassemble(struct pandecode_context *ctx, uint64_t shader_ptr, pandecode_log_cont(ctx, "\nShader %p (GPU VA %" PRIx64 ") sz %" PRId64 "\n", code, shader_ptr, sz); - bool verbose = pan_arch(gpu_id) >= 6 && pan_arch(gpu_id) < 9; + bool verbose = pan_arch(gpu_id) >= 6; pan_disassemble(ctx->dump_stream, code, sz, gpu_id, verbose); pandecode_log_cont(ctx, "\n\n");