broadcom: Add vc5 CLIF dumping
authorEric Anholt <eric@anholt.net>
Fri, 3 Feb 2017 00:25:12 +0000 (16:25 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 10 Oct 2017 18:42:04 +0000 (11:42 -0700)
commitf71364f29787d0f822474ed970c5f28bede49abb
tree7a4ec73ae3ec3955dc40052190d66b59b524e53e
parent05c7d9715b8a419fd6fb952715ee8fde9401aacb
broadcom: Add vc5 CLIF dumping

This will be usable with "VC5_DEBUG=cl" on the vc5 driver to stream a CLIF
file (the Broadcom equivalent of i965's AUB) to stderr.  I haven't tested
that this is actually usable with the internal CLIF-consuming tools, but
is close enough as a baseline and is useful for visually inspecting the
command stream.
src/broadcom/Makefile.sources
src/broadcom/clif/clif_dump.c [new file with mode: 0644]
src/broadcom/clif/clif_dump.h [new file with mode: 0644]