summaryrefslogtreecommitdiff
path: root/tests/kms_cursor_crc.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_cursor_crc.c
parentc2d5519906f3b7d75b4fbf14c61c5f54d9d75214 (diff)
lib: add a function to indicate activity
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'tests/kms_cursor_crc.c')
-rw-r--r--tests/kms_cursor_crc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/kms_cursor_crc.c b/tests/kms_cursor_crc.c
index 845ec167..92d1ce65 100644
--- a/tests/kms_cursor_crc.c
+++ b/tests/kms_cursor_crc.c
@@ -32,6 +32,7 @@
#include "igt_debugfs.h"
#include "igt_kms.h"
#include "intel_chipset.h"
+#include "igt_aux.h"
#ifndef DRM_CAP_CURSOR_WIDTH
#define DRM_CAP_CURSOR_WIDTH 0x8
@@ -105,7 +106,7 @@ static void do_single_test(data_t *data, int x, int y)
igt_plane_t *cursor;
cairo_t *cr = igt_get_cairo_ctx(data->drm_fd, &data->primary_fb);
- igt_info("."); fflush(stdout);
+ igt_print_activity();
/* Hardware test */
igt_paint_test_pattern(cr, data->screenw, data->screenh);