mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
nouveau/mme: Invoke SET_OBJECT in the tests
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
6fd6baa989
commit
ffc619b3eb
1 changed files with 6 additions and 0 deletions
|
|
@ -122,6 +122,12 @@ mme_tu104_sim_test::reset_push()
|
|||
{
|
||||
nv_push_init(&push, (uint32_t *)push_map, PUSH_SIZE / 4);
|
||||
p = &push;
|
||||
|
||||
P_MTHD(p, NVC597, SET_OBJECT);
|
||||
P_NVC597_SET_OBJECT(p, {
|
||||
.class_id = dev->info.cls_eng3d,
|
||||
.engine_id = 0,
|
||||
});
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue