aboutsummaryrefslogtreecommitdiffstats
path: root/src/panfrost/bifrost/bi_print.h
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2020-03-05 07:57:49 -0500
committerMarge Bot <[email protected]>2020-03-05 14:35:38 +0000
commit919cdf15b3a88cf745e3aed1a52ea45a44846b35 (patch)
treef7e0d1415789d3258b2212ff0e7d315c2dd03013 /src/panfrost/bifrost/bi_print.h
parentbde54cb6d319fd9516507c1040d9e5fe8e7b81f2 (diff)
pan/bi: Add bi_print_bundle for printing bi_bundle
Post-schedule, nops are significnat here. Signed-off-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4061>
Diffstat (limited to 'src/panfrost/bifrost/bi_print.h')
-rw-r--r--src/panfrost/bifrost/bi_print.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/panfrost/bifrost/bi_print.h b/src/panfrost/bifrost/bi_print.h
index cc2689afae2..e9b301a39d3 100644
--- a/src/panfrost/bifrost/bi_print.h
+++ b/src/panfrost/bifrost/bi_print.h
@@ -39,5 +39,6 @@ const char * bi_interp_mode_name(enum bifrost_interp_mode mode);
const char * bi_ldst_type_name(enum bifrost_ldst_type type);
void bi_print_instruction(bi_instruction *ins, FILE *fp);
+void bi_print_bundle(bi_bundle *bundle, FILE *fp);
#endif