v3d: Use a short, underscored name for packets in CLIF/CL dumping.
[mesa.git] / src / broadcom / clif / clif_private.h
index da5f2a3cc29f289f8ef87e109d490c078317a77b..8753ba229f8a3217220df5a57434796b033f2888 100644 (file)
@@ -47,6 +47,12 @@ struct clif_dump {
         struct clif_bo *bo;
         int bo_count;
         int bo_array_size;
+
+        /**
+         * Flag to switch from CLIF ABI to slightly more human-readable
+         * output.
+         */
+        bool pretty;
 };
 
 enum reloc_worklist_type {
@@ -74,6 +80,9 @@ struct reloc_worklist_entry {
         };
 };
 
+struct clif_bo *
+clif_lookup_bo(struct clif_dump *clif, uint32_t addr);
+
 struct reloc_worklist_entry *
 clif_dump_add_address_to_worklist(struct clif_dump *clif,
                                   enum reloc_worklist_type type,