mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
freedreno/crashdec: Dump CP_BV_SQE_UCODE_DBG
This has the same format as CP_SQE_UCODE_DBG but for BV. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34059>
This commit is contained in:
parent
9d62adc0ac
commit
be8a2a0aad
1 changed files with 2 additions and 1 deletions
|
|
@ -749,7 +749,8 @@ decode_indexed_registers(void)
|
|||
if (!strcmp(name, "CP_SQE_STAT") || !strcmp(name, "CP_BV_SQE_STAT"))
|
||||
dump_cp_sqe_stat(buf);
|
||||
|
||||
if (!strcmp(name, "CP_UCODE_DBG_DATA"))
|
||||
if (!strcmp(name, "CP_UCODE_DBG_DATA") ||
|
||||
!strcmp(name, "CP_BV_SQE_UCODE_DBG_ADDR"))
|
||||
dump_cp_ucode_dbg(buf);
|
||||
|
||||
if (!strcmp(name, "CP_MEMPOOL"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue