Searched refs:TEST_VBLANK_BLOCK (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | kms_flip.c | 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, [all …]
|