Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | broadcom/vc5: Fix CLIF dumping of lists that aren't capped by a HALT. | Eric Anholt | 2017-10-10 | 2 | -8/+21 |
| | | | | | | | The HW will halt when you hit a HALT packet, or when you hit the end address. Tell CLIF if there's an end address is so that it can stop correctly. (There was usually a 0 byte after the CL, so it would stop anyway). | ||||
* | broadcom: Add vc5 CLIF dumping | Eric Anholt | 2017-10-10 | 2 | -0/+310 |
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. |