Home
last modified time | relevance | path

Searched refs:EVENT_VBLANK (Results 1 – 1 of 1) sorted by relevance

/external/igt-gpu-tools/tests/
Dkms_flip.c80 #define EVENT_VBLANK (1 << 1) macro
366 set_flag(&o->pending_events, EVENT_VBLANK); in do_wait_for_vblank()
482 clear_flag(&o->pending_events, EVENT_VBLANK); in vblank_handler()
573 vblank = completed_events & EVENT_VBLANK; in check_all_state()
682 !(o->pending_events & EVENT_VBLANK); in run_test_step()
695 !(o->pending_events & EVENT_VBLANK) && o->flip_state.count > 0) { in run_test_step()
786 completed_events = EVENT_VBLANK; in run_test_step()
853 if (completed_events & EVENT_VBLANK) in update_all_state()