public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Increase the time limit to receive all page flips
@ 2020-03-06  4:27 Karthik B S
  2020-03-06  5:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Karthik B S @ 2020-03-06  4:27 UTC (permalink / raw)
  To: igt-dev

Increasing the time limit from 10us to 20us, within which
page flip events must be received from all the tiles.

Signed-off-by: Karthik B S <karthik.b.s@intel.com>
---
 tests/kms_dp_tiled_display.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/kms_dp_tiled_display.c b/tests/kms_dp_tiled_display.c
index b1160fee..6d19fea6 100644
--- a/tests/kms_dp_tiled_display.c
+++ b/tests/kms_dp_tiled_display.c
@@ -362,9 +362,9 @@ static void page_flip_handler(int fd, unsigned int seq,
 
 	/*
 	 * For seamless tear-free display, the page flip event timestamps
-	 * from all the tiles should not differ by more than 10us.
+	 * from all the tiles should not differ by more than 20us.
 	 */
-	igt_fail_on_f(labs(usec) >= 10, "Delayed page flip event from CRTC:%d at %u:%u\n",
+	igt_fail_on_f(labs(usec) >= 20, "Delayed page flip event from CRTC:%d at %u:%u\n",
 		      crtc_id, tv_sec, tv_usec);
 }
 
-- 
2.22.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-06 22:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-06  4:27 [igt-dev] [PATCH i-g-t] tests/kms_dp_tiled_display: Increase the time limit to receive all page flips Karthik B S
2020-03-06  5:23 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2020-03-06  7:00 ` [igt-dev] [PATCH i-g-t] " Shankar, Uma
2020-03-06 22:17 ` [igt-dev] ✓ Fi.CI.IGT: success for " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox