v3d: Pass the whole clif_dump structure to v3d_print_group().
authorEric Anholt <eric@anholt.net>
Mon, 25 Jun 2018 18:01:44 +0000 (11:01 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 28 Jul 2018 00:08:35 +0000 (17:08 -0700)
commite92959c4e03cf17b7cd829e2e56162604069abe6
tree5bb1159faf3d7d1077dd313c016d7a52d43bdfe1
parent77207e53806790e5edf3002a84d7105e646e22cb
v3d: Pass the whole clif_dump structure to v3d_print_group().

To generate CLIF files that the v3dv3 simulator can parse, we're going to
need to decode addresses, and for that we'll need the vaddr lookup
function from the clif structure from within v3d_decoder.
src/broadcom/cle/v3d_decoder.c
src/broadcom/cle/v3d_decoder.h
src/broadcom/clif/clif_dump.c
src/broadcom/clif/v3dx_dump.c
src/gallium/drivers/vc4/vc4_cl_dump.c