mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
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:
parent
f8b269e799
commit
5e9ddffd4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue