mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
nvk: Stop initializing the 2D engine
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26441>
This commit is contained in:
parent
85fd85f950
commit
2538354850
1 changed files with 0 additions and 7 deletions
|
|
@ -102,13 +102,6 @@ nvk_queue_init_context_draw_state(struct nvk_queue *queue)
|
|||
});
|
||||
}
|
||||
|
||||
/* 2D state */
|
||||
P_MTHD(p, NV902D, SET_OBJECT);
|
||||
P_NV902D_SET_OBJECT(p, {
|
||||
.class_id = dev->pdev->info.cls_eng2d,
|
||||
.engine_id = 0,
|
||||
});
|
||||
|
||||
/* 3D state */
|
||||
P_MTHD(p, NV9097, SET_OBJECT);
|
||||
P_NV9097_SET_OBJECT(p, {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue