mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
freedreno/crashdec: Add check for CP_BV_SQE_STAT_ADDR
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34057>
This commit is contained in:
parent
ed64e62229
commit
0ff322d1d9
1 changed files with 1 additions and 0 deletions
|
|
@ -102,6 +102,7 @@ popline(void)
|
|||
/* Handle section name typo's from earlier kernels: */
|
||||
r = replacestr(r, "CP_MEMPOOOL", "CP_MEMPOOL");
|
||||
r = replacestr(r, "CP_SEQ_STAT", "CP_SQE_STAT");
|
||||
r = replacestr(r, "CP_BV_SQE_STAT_ADDR", "CP_BV_SQE_STAT");
|
||||
|
||||
lastline = r;
|
||||
return r;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue