[Bug 105363] [CI][SHARDS] igt at kms_flip@flip-vs-expired-vblank - Failed assertion: gettime_us() - start < 500

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jun 19 12:51:10 UTC 2019


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

--- Comment #4 from Arek Hiler <arkadiusz.hiler at intel.com> ---
The test is making sure that blocking wait on a expired vblank (that has
already
happened, so the current_seq == requested_seq) should be "immediate", i.e.
taking
no longer than 500us.

This tests fails in all its variants, 2x, interruptible, non-interruptible.
500us seems like a plenty of time, but I have especially bad intuition when
it comes to time scales.

I would advise extending logging to that we igt_debug() the time it takes for a
successful and failed wait, so we can inspect the time scale, and confirm that
500us is good enough. Another culprit may be the method of getting the current
time and type casting done along the way.

Reading both the kernel handler for the IOCTL and libdrm wrapper I have no idea
where we could waste time other than some wonky OS scheduling / context
switching.

User impact: hard to tell, without more information on the failed waits, but
should be no more than "medium", assuming they are not taking forever.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190619/b78c2c46/attachment.html>


More information about the intel-gfx-bugs mailing list