nouveau/mme: Invoke SET_OBJECT in the tests
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
committed by
Marge Bot
parent
6fd6baa989
commit
ffc619b3eb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user