mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 19:40:10 +01:00
nouveau/headers: Handle more gpfifo classes in vk_push_print
A good chunk of it excluding AMPERE B (header have a typo on some struct making it clash with AMPERE A def) Signed-off-by: Mary Guillemard <mary@mary.zone> Reviewed-by: Mel Henning <mhenning@darkrefraction.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37475>
This commit is contained in:
parent
fe44e8a7fa
commit
b1f97c2778
1 changed files with 6 additions and 0 deletions
|
|
@ -10,10 +10,13 @@ nv_classes = [
|
|||
'cl9297',
|
||||
'cla040',
|
||||
'cla0b5',
|
||||
'cla06f',
|
||||
'cla097',
|
||||
'cla140',
|
||||
'cla16f',
|
||||
'cla1c0',
|
||||
'cla197',
|
||||
'cla26f',
|
||||
'cla297',
|
||||
'clb06f',
|
||||
'clb097',
|
||||
|
|
@ -21,6 +24,7 @@ nv_classes = [
|
|||
'clb0c0',
|
||||
'clb197',
|
||||
'clb1c0',
|
||||
'clc06f',
|
||||
'clc097',
|
||||
'clc197',
|
||||
'clc1b5',
|
||||
|
|
@ -28,9 +32,11 @@ nv_classes = [
|
|||
'cla0c0',
|
||||
'clc0b5',
|
||||
'clc0c0',
|
||||
'clc36f',
|
||||
'clc397',
|
||||
'clc3b5',
|
||||
'clc3c0',
|
||||
'clc46f',
|
||||
'clc56f',
|
||||
'clc597',
|
||||
'clc5b0',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue