Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dkms_flip.c801 int x_ofs = count * 10 % (2 * width); in run_test_step() local
802 if (x_ofs >= width) in run_test_step()
803 x_ofs = 2 * width - x_ofs; in run_test_step()
809 igt_assert_f(set_mode(o, o->fb_ids[o->current_fb_id], x_ofs, 0) == 0, in run_test_step()
812 x_ofs, strerror(errno)); in run_test_step()