mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
nouveau/headers: Handle all DMA classes in vk_push_print
We now handle from BLACKWELL_DMA_COPY_B down to GT212_DMA_COPY. 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
d7f226a3b2
commit
4b985017dd
1 changed files with 7 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
nv_classes = [
|
||||
'cl85b5',
|
||||
'cl902d',
|
||||
'cl9039',
|
||||
'cl906f',
|
||||
|
|
@ -14,6 +15,7 @@ nv_classes = [
|
|||
'cla297',
|
||||
'clb06f',
|
||||
'clb097',
|
||||
'clb0b5',
|
||||
'clb0c0',
|
||||
'clb197',
|
||||
'clb1c0',
|
||||
|
|
@ -22,8 +24,10 @@ nv_classes = [
|
|||
'clc1b5',
|
||||
'clc1c0',
|
||||
'cla0c0',
|
||||
'clc0b5',
|
||||
'clc0c0',
|
||||
'clc397',
|
||||
'clc3b5',
|
||||
'clc3c0',
|
||||
'clc56f',
|
||||
'clc597',
|
||||
|
|
@ -35,9 +39,12 @@ nv_classes = [
|
|||
'clc6c0',
|
||||
'clc797',
|
||||
'clc7b0',
|
||||
'clc7b5',
|
||||
'clc7c0',
|
||||
'clc86f',
|
||||
'clc8b5',
|
||||
'clc9b0',
|
||||
'clc9b5',
|
||||
'clc9c0',
|
||||
'clcab5',
|
||||
'clcb97',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue