Lines Matching refs:TEST_VBLANK_BLOCK
58 #define TEST_VBLANK_BLOCK (1 << 10) macro
134 int vblank_flags = TEST_VBLANK | TEST_VBLANK_BLOCK | in vblank_dependence()
325 bool event = !(flags & TEST_VBLANK_BLOCK); in __wait_for_vblank()
365 if (ret == 0 && !(o->flags & TEST_VBLANK_BLOCK)) in do_wait_for_vblank()
434 __wait_for_vblank(TEST_VBLANK_BLOCK, o->pipe, 20, (unsigned long)o, &reply); in vblank_wait_thread_func()
703 TEST_VBLANK_BLOCK, o->pipe, exp_seq, in run_test_step()
748 igt_assert(__wait_for_vblank(TEST_VBLANK_BLOCK, o->pipe, 2, 0, &reply) == 0); in run_test_step()
770 igt_assert(__wait_for_vblank(TEST_VBLANK_BLOCK, o->pipe, 1, 0, &reply) == 0); in run_test_step()
782 if (o->flags & TEST_VBLANK_BLOCK) { in run_test_step()
1530 { 30, TEST_VBLANK | TEST_VBLANK_BLOCK | TEST_CHECK_TS,
1534 { 30, TEST_VBLANK | TEST_VBLANK_BLOCK | TEST_VBLANK_ABSOLUTE,
1553 { 30, TEST_FLIP | TEST_VBLANK | TEST_VBLANK_BLOCK |
1611 if ((tests[i].flags & TEST_VBLANK_BLOCK) &&