pan/decode: Add `minimal` mode
[mesa.git] / src / panfrost / pandecode / public.h
index 9144ea1b60d3b38a086b38ebb9d6659c7d38edab..4e460d4f4f335a56bb91768784a4ddaf0da86649 100644 (file)
@@ -51,7 +51,7 @@ void pandecode_close(void);
 void
 pandecode_inject_mmap(uint64_t gpu_va, void *cpu, unsigned sz, const char *name);
 
-int pandecode_jc(uint64_t jc_gpu_va, bool bifrost, unsigned gpu_id);
+int pandecode_jc(uint64_t jc_gpu_va, bool bifrost, unsigned gpu_id, bool minimal);
 
 char *
 pandecode_exception_access(unsigned access);