summaryrefslogtreecommitdiff
path: root/tests/kms_fence_pin_leak.c
diff options
context:
space:
mode:
authorThomas Wood <thomas.wood@intel.com>2014-09-30 17:05:39 +0100
committerThomas Wood <thomas.wood@intel.com>2014-09-30 17:54:12 +0100
commit6a8d33c2bb81f071715864c2e563ac17ae4f9967 (patch)
tree655b284e6b73e0695fecd90b1d7a615255aff7d1 /tests/kms_fence_pin_leak.c
parentc2d5519906f3b7d75b4fbf14c61c5f54d9d75214 (diff)
lib: add a function to indicate activity
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/kms_fence_pin_leak.c')
-rw-r--r--tests/kms_fence_pin_leak.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/kms_fence_pin_leak.c b/tests/kms_fence_pin_leak.c
index 35587e08..5610ad8b 100644
--- a/tests/kms_fence_pin_leak.c
+++ b/tests/kms_fence_pin_leak.c
@@ -33,6 +33,7 @@
#include "igt_kms.h"
#include "ioctl_wrappers.h"
#include "intel_chipset.h"
+#include "igt_aux.h"
typedef struct {
int drm_fd;
@@ -173,8 +174,7 @@ static bool run_single_test(data_t *data, enum pipe pipe, igt_output_t *output)
igt_plane_set_fb(primary, &fb[!(i&1)]);
igt_display_commit(display);
- igt_info(".");
- fflush(stdout);
+ igt_print_activity();
}
igt_plane_set_fb(primary, NULL);