nouveau/headers: Properly set subchannel 3 to 2D engine in vk_push_print

Fixes: 4bb256e5ac ("nouveau: Handle subchannels better in nv_push_print()")
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:
Mary Guillemard 2025-09-26 15:30:03 +02:00 committed by Marge Bot
parent f8b269e799
commit 5e9ddffd4a

View file

@ -55,7 +55,7 @@ vk_push_print(FILE *fp, const struct nv_push *push,
curr_subchans[0] = devinfo->cls_eng3d;
curr_subchans[1] = devinfo->cls_compute;
curr_subchans[2] = devinfo->cls_m2mf;
curr_subchans[3] = 0x2d;
curr_subchans[3] = devinfo->cls_eng2d;
curr_subchans[4] = devinfo->cls_copy;
const bool print_offsets = true;