v3d: Dump the contents off all the buffers in CLIF mode.
[mesa.git] / src / broadcom / clif / clif_private.h
index 8e00b0f44f00b199607f28c431b29aef88ef9a23..597d0b5067392f8550de6df8ccffcb4a675ead04 100644 (file)
@@ -33,6 +33,7 @@ struct clif_bo {
         uint32_t offset;
         uint32_t size;
         void *vaddr;
+        bool dumped;
 };
 
 struct clif_dump {