Lines Matching refs:test_output
171 struct test_output { struct
209 static void emit_fence_stress(struct test_output *o) in emit_fence_stress() argument
253 static void dpms_off_other_outputs(struct test_output *o) in dpms_off_other_outputs()
278 static void set_dpms(struct test_output *o, int mode) in set_dpms()
296 static int do_page_flip(struct test_output *o, uint32_t fb_id, bool event) in do_page_flip()
353 static int do_wait_for_vblank(struct test_output *o, int pipe_id, in do_wait_for_vblank()
372 analog_tv_connector(const struct test_output *o) in analog_tv_connector()
407 struct test_output *o = (void *)((unsigned long)data & ~ 1); in page_flip_handler()
415 static double mode_frame_time(const struct test_output *o) in mode_frame_time()
420 static double actual_frame_time(const struct test_output *o) in actual_frame_time()
428 struct test_output *o = data; in vblank_wait_thread_func()
442 static void spawn_vblank_wait_thread(struct test_output *o) in spawn_vblank_wait_thread()
453 static void fixup_premature_vblank_ts(struct test_output *o, in fixup_premature_vblank_ts()
480 struct test_output *o = data; in vblank_handler()
487 static void check_state(const struct test_output *o, const struct event_state *es) in check_state()
543 static void check_state_correlation(struct test_output *o, in check_state_correlation()
567 static void check_all_state(struct test_output *o, in check_all_state()
585 static void recreate_fb(struct test_output *o) in recreate_fb()
632 static int set_mode(struct test_output *o, uint32_t fb, int x, int y) in set_mode()
658 static unsigned int run_test_step(struct test_output *o) in run_test_step()
847 static void update_all_state(struct test_output *o, in update_all_state()
858 struct test_output *o) in connector_find_preferred_mode()
900 struct test_output *o) in connector_find_compatible_mode()
976 static bool fb_is_bound(struct test_output *o, int fb) in fb_is_bound()
995 static void check_final_state(const struct test_output *o, in check_final_state()
1023 static unsigned int wait_for_events(struct test_output *o) in wait_for_events()
1063 static unsigned event_loop(struct test_output *o, unsigned duration_ms) in event_loop()
1094 static void free_test_output(struct test_output *o) in free_test_output()
1104 static void calibrate_ts(struct test_output *o, int crtc_idx) in calibrate_ts()
1203 static void run_test_on_crtc_set(struct test_output *o, int *crtc_idxs, in run_test_on_crtc_set()
1361 struct test_output o; in run_test()
1418 struct test_output o; in run_pair()