v3d: Print addresses in CLIFs as references to buffers.
authorEric Anholt <eric@anholt.net>
Mon, 25 Jun 2018 22:37:51 +0000 (15:37 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 28 Jul 2018 00:56:36 +0000 (17:56 -0700)
commit95bafeeabfeb1d8348191fa66ed2e5c3b730c54b
treea8e9cf8e2dd4c0b4b4cd9ef74831c641328fc603
parent3c02838d2956692101ae205f1aff362fa3a93c76
v3d: Print addresses in CLIFs as references to buffers.

With CLIFs, the parser will choose an address for the buffer being
created, so we need to use effectively relocations to buffers instead of
the addresses that the driver uses.  This is also a whole lot more
intelligible for console output than raw addresses!
src/broadcom/cle/v3d_decoder.c
src/broadcom/cle/v3d_decoder.h
src/broadcom/clif/clif_dump.c
src/broadcom/clif/clif_private.h