Lines Matching refs:rsvd2
75 execbuf.rsvd2 = fence; in store()
176 execbuf.rsvd2 = -1; in test_fence_busy()
178 fence = execbuf.rsvd2 >> 32; in test_fence_busy()
270 execbuf.rsvd2 = -1; in test_fence_busy_all()
272 fence = execbuf.rsvd2 >> 32; in test_fence_busy_all()
495 igt_assert(execbuf.rsvd2); in test_parallel()
496 execbuf.rsvd2 >>= 32; /* out fence -> in fence */ in test_parallel()
530 close(execbuf.rsvd2); in test_parallel()
610 fence = upper_32_bits(execbuf.rsvd2); in test_keep_in_fence()
620 execbuf.rsvd2 = fence; in test_keep_in_fence()
627 igt_assert_eq(lower_32_bits(execbuf.rsvd2), fence); in test_keep_in_fence()
632 fence = upper_32_bits(execbuf.rsvd2); in test_keep_in_fence()
633 execbuf.rsvd2 = fence; in test_keep_in_fence()
640 igt_assert_eq(upper_32_bits(execbuf.rsvd2), 0); in test_keep_in_fence()
692 all_fences = execbuf.rsvd2 >> 32; in test_long_history()
710 merge.fd2 = execbuf.rsvd2 >> 32; in test_long_history()
734 execbuf.rsvd2 = all_fences; in test_long_history()
1363 execbuf.rsvd2 = -1; in test_syncobj_import()
1371 fence = execbuf.rsvd2 >> 32; in test_syncobj_import()
1408 execbuf.rsvd2 = -1; in test_syncobj_channel()