lib: add a function to indicate activity

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood
2014-09-30 17:05:39 +01:00
parent c2d5519906
commit 6a8d33c2bb
5 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -885,7 +885,7 @@ static unsigned int run_test_step(struct test_output *o)
join_vblank_wait_thread();
}
igt_info("."); fflush(stdout);
igt_print_activity();
if (do_flip && (o->flags & TEST_HANG)) {
hang = hang_gpu(drm_fd);