[Bug 109474] [CI][DRMTIP] random tests - fail - Failed assertion: __gem_execbuf(fd, execbuf) == 0, error: -5 != 0

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jan 28 11:25:06 UTC 2019


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

Chris Wilson <chris at chris-wilson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #3 from Chris Wilson <chris at chris-wilson.co.uk> ---
Random tests using GEM without GEM, eh?

Should be papered over with

commit ad4062da1397e32a942191c61de3eabe1fb3664f (HEAD -> drm-intel-next-queued,
drm-intel/for-linux-next, drm-intel/drm-intel-next-queued)
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Mon Jan 28 01:02:18 2019 +0000

    drm/i915: Wait for a moment before forcibly resetting the device

    During igt, we ask to reset the device if any requests are still
    outstanding at the end of a test, as this quickly kills off any
    erroneous hanging request streams that may escape a test. However, since
    it may take the device a few milliseconds to flush itself after the end
    of a normal test, *cough* guc *cough*, we may accidentally tell the
    device to reset itself after it idles. If we wait a moment, our usual
    I915_IDLE_ENGINES_TIMEOUT of 200ms (seems a bit high, but still better
    than umpteen hangchecks!), we can differentiate better between a stuck
    engine and a healthy one, and so avoid prematurely forcing the reset and
    any extra complications that may entail.

    Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
    Cc: Mika Kuoppala <mika.kuoppala at intel.com>
    Reviewed-by: Mika Kuoppala <mika.kuoppala at linux.intel.com>
    Link:
https://patchwork.freedesktop.org/patch/msgid/20190128010245.20148-1-chris@chris-wilson.co.uk

-- 
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/20190128/d7837242/attachment-0001.html>


More information about the intel-gfx-bugs mailing list