mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
fd: support a8xx in rddecompiler
Propery initialize rddecompiler's RNN instance for a8xx dumps. Signed-off-by: Zan Dobersek <zdobersek@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40661>
This commit is contained in:
parent
fe558d8328
commit
d5b9411331
1 changed files with 3 additions and 0 deletions
|
|
@ -611,6 +611,9 @@ emit_header()
|
|||
case 7:
|
||||
init_rnn("a7xx");
|
||||
break;
|
||||
case 8:
|
||||
init_rnn("a8xx");
|
||||
break;
|
||||
default:
|
||||
errx(-1, "unsupported gpu: %u", dev_id.gpu_id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue