diff options
author | Eric Anholt <[email protected]> | 2018-06-25 15:37:51 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-07-27 17:56:36 -0700 |
commit | 95bafeeabfeb1d8348191fa66ed2e5c3b730c54b (patch) | |
tree | a8e9cf8e2dd4c0b4b4cd9ef74831c641328fc603 /src/broadcom/clif/clif_private.h | |
parent | 3c02838d2956692101ae205f1aff362fa3a93c76 (diff) |
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!
Diffstat (limited to 'src/broadcom/clif/clif_private.h')
-rw-r--r-- | src/broadcom/clif/clif_private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/broadcom/clif/clif_private.h b/src/broadcom/clif/clif_private.h index da5f2a3cc29..ea96784289a 100644 --- a/src/broadcom/clif/clif_private.h +++ b/src/broadcom/clif/clif_private.h @@ -74,6 +74,9 @@ struct reloc_worklist_entry { }; }; +struct clif_bo * +clif_lookup_bo(struct clif_dump *clif, uint32_t addr); + struct reloc_worklist_entry * clif_dump_add_address_to_worklist(struct clif_dump *clif, enum reloc_worklist_type type, |