mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-06 02:20:11 +01:00
nouveau: Fix NINC TERT handling in vk_push_print
This was an oversight from the previous changes but that codepath
shouldn't really be taken on G80+.
Fixes: 9e133c4000 ("nouveau: Add support for TERT opcodes in vk_push_print")
Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Reviewed-by: Karol Herbst <kherbst@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28427>
This commit is contained in:
parent
382a53979b
commit
9ea8249e55
1 changed files with 1 additions and 0 deletions
|
|
@ -116,6 +116,7 @@ vk_push_print(FILE *fp, const struct nv_push *push,
|
|||
switch (tert_op) {
|
||||
case 0:
|
||||
fprintf(fp, " NINC\n");
|
||||
inc = count;
|
||||
break;
|
||||
case 1:
|
||||
fprintf(fp, " SUB_DEVICE_OP\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue