[Bug 109661] [CI][SHARDS] igt at gem_eio@unwedge-stress - fail - Failed assertion: med < limit && max < 5 * limit

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Oct 23 03:10:37 UTC 2019


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

--- Comment #29 from ashutosh.dixit at intel.com ---
Submitted the following patch (not tested) as a candidate fix for the SNB
issue:

    i915/gem_eio: Attempt to fix reset-stress/unwedge-stress failures on SNB

    gem_eio reset-stress and unwedge-stress subtests are now passing on
    all platforms except SNB. Attempt to fix failures in SNB by giving
    a little more time to complete the wedge.

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109661
    Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>

diff --git a/tests/i915/gem_eio.c b/tests/i915/gem_eio.c
index 892f3657c..20f66e00d 100644
--- a/tests/i915/gem_eio.c
+++ b/tests/i915/gem_eio.c
@@ -300,7 +300,7 @@ static void check_wait_elapsed(const char *prefix, int fd,
igt_stats_t *st)
         * modeset back on) around resets, so may take a lot longer.
         */
        limit = 250e6;
-       if (intel_gen(intel_get_drm_devid(fd)) < 5)
+       if (intel_gen(intel_get_drm_devid(fd)) <= 5)
                limit += 300e6; /* guestimate for 2x worstcase modeset */

        med = igt_stats_get_median(st);

-- 
You are receiving this mail because:
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/20191023/8c3e9c49/attachment.html>


More information about the intel-gfx-bugs mailing list