nouveau/mme: Invoke SET_OBJECT in the tests

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Faith Ekstrand 2023-01-30 20:12:05 -06:00 committed by Marge Bot
parent 6fd6baa989
commit ffc619b3eb

View file

@ -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