From: Karthik B S <karthik.b.s@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t v2] tests/kms_dp_tiled_display: Increase the time limit to receive all page flips
Date: Fri, 6 Mar 2020 14:15:50 +0530 [thread overview]
Message-ID: <20200306084550.12618-1-karthik.b.s@intel.com> (raw)
Increasing the time limit from 10us to 20us, within which
page flip events must be received from all the tiles.
We've seen that in a few corner cases the test fails with the existing time
limit of 10us. Increasing the time limit to 20us to accommodate this.
As the increased time limit of 20us is still in the same blanking
interval, there is no change in the test functionality.
v2: Add more justification in the commit message. (uma)
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
next reply other threads:[~2020-03-06 8:52 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-06 8:45 Karthik B S [this message]
2020-03-06 10:16 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_dp_tiled_display: Increase the time limit to receive all page flips (rev2) Patchwork
2020-03-06 10:54 ` [igt-dev] [PATCH i-g-t v2] tests/kms_dp_tiled_display: Increase the time limit to receive all page flips Shankar, Uma
2020-03-07 5:10 ` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_dp_tiled_display: Increase the time limit to receive all page flips (rev2) Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200306084550.12618-1-karthik.b.s@intel.com \
--to=karthik.b.s@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox