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:
Mary Guillemard 2024-03-27 15:01:33 +01:00 committed by Marge Bot
parent 382a53979b
commit 9ea8249e55

View file

@ -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");