mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-13 00:48:20 +02:00
asahi/decode: Print VDM barriers
Instead of just decoding silently. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22353>
This commit is contained in:
parent
0bbd8b502a
commit
8e501b758a
1 changed files with 1 additions and 1 deletions
|
|
@ -552,7 +552,7 @@ agxdecode_vdm(const uint8_t *map, uint64_t *link, bool verbose,
|
|||
|
||||
switch (block_type) {
|
||||
case AGX_VDM_BLOCK_TYPE_BARRIER: {
|
||||
agx_unpack(agxdecode_dump_stream, map, VDM_BARRIER, cmd);
|
||||
DUMP_CL(VDM_BARRIER, map, "Barrier");
|
||||
return AGX_VDM_BARRIER_LENGTH;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue