summaryrefslogtreecommitdiffstats
path: root/src/broadcom/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2017-02-02 16:25:12 -0800
committerEric Anholt <[email protected]>2017-10-10 11:42:04 -0700
commitf71364f29787d0f822474ed970c5f28bede49abb (patch)
tree7a4ec73ae3ec3955dc40052190d66b59b524e53e /src/broadcom/Makefile.sources
parent05c7d9715b8a419fd6fb952715ee8fde9401aacb (diff)
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.
Diffstat (limited to 'src/broadcom/Makefile.sources')
-rw-r--r--src/broadcom/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/broadcom/Makefile.sources b/src/broadcom/Makefile.sources
index d40febae678..626290b8000 100644
--- a/src/broadcom/Makefile.sources
+++ b/src/broadcom/Makefile.sources
@@ -13,6 +13,8 @@ BROADCOM_FILES = \
cle/v3d_packet_helpers.h \
common/v3d_debug.c \
common/v3d_debug.h \
+ clif/clif_dump.c \
+ clif/clif_dump.h \
common/v3d_device_info.h \
qpu/qpu_disasm.c \
qpu/qpu_disasm.h \