[igt-dev] [PATCH i-g-t CI not for review] tests/kms_plane_lowres: CI test run

Mika Kahola mika.kahola at intel.com
Thu Mar 8 12:01:50 UTC 2018


CI test run to check, if we can trigger a bug

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=105185

Signed-off-by: Mika Kahola <mika.kahola at intel.com>
---
 tests/kms_plane_lowres.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/kms_plane_lowres.c b/tests/kms_plane_lowres.c
index d1e4b3c..4818b7e 100644
--- a/tests/kms_plane_lowres.c
+++ b/tests/kms_plane_lowres.c
@@ -221,7 +221,7 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
 	check_mode(&mode_lowres, mode2);
 
 	igt_display_commit2(&data->display, COMMIT_ATOMIC);
-	igt_pipe_crc_drain(pipe_crc);
+	//igt_pipe_crc_drain(pipe_crc);
 	igt_pipe_crc_get_single(pipe_crc, &crc_lowres);
 
 	igt_assert_plane_visible(data->drm_fd, pipe, false);
@@ -236,7 +236,7 @@ test_plane_position_with_output(data_t *data, enum pipe pipe,
 
 	igt_display_commit2(&data->display, COMMIT_ATOMIC);
 
-	igt_pipe_crc_drain(pipe_crc);
+	//igt_pipe_crc_drain(pipe_crc);
 	igt_pipe_crc_get_single(pipe_crc, &crc_hires2);
 
 	igt_assert_plane_visible(data->drm_fd, pipe, true);
-- 
2.7.4



More information about the igt-dev mailing list