diff options
Diffstat (limited to 'tests/gem_ppgtt.c')
-rw-r--r-- | tests/gem_ppgtt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gem_ppgtt.c b/tests/gem_ppgtt.c index 0ee4f5b2..850c99ea 100644 --- a/tests/gem_ppgtt.c +++ b/tests/gem_ppgtt.c @@ -220,8 +220,8 @@ int main(int argc, char **argv) igt_subtest("bcs-vs-rcs-ctxN") { dri_bo *bcs[1], *rcs[N_CHILD]; - fork_bcs_copy(0x4000, bcs, 1); fork_rcs_copy(0x8000 / N_CHILD, rcs, N_CHILD, CREATE_CONTEXT); + fork_bcs_copy(0x4000, bcs, 1); igt_waitchildren(); |