pan/decode: Drop scratchpad size dump
[mesa.git] / src / panfrost / lib / decode.c
index f3705094f2e499971fa1599ecccaab81b18d8ea8..e046361685c0d4d3fc336072887ea662e2b8ea69 100644 (file)
@@ -487,14 +487,6 @@ pandecode_shared_memory(const struct mali_shared_memory *desc, bool is_compute)
         MEMORY_PROP(desc, scratchpad);
         MEMORY_PROP(desc, shared_memory);
         MEMORY_PROP(desc, unknown1);
-
-        if (desc->scratchpad) {
-                struct pandecode_mapped_memory *smem =
-                        pandecode_find_mapped_gpu_mem_containing(desc->scratchpad);
-
-                pandecode_msg("scratchpad size %u\n", smem->length);
-        }
-
 }
 
 static struct pandecode_fbd