[Bug 109484] [CI][SHARDS] igt at i915_selftest@live_hangcheck - dmesg-fail - igt_reset_evict_ggtt failed with error -5
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Feb 14 18:28:42 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=109484
--- Comment #5 from sandeep <venkata.s.dhanalakota at intel.com> ---
(In reply to Chris Wilson from comment #2)
> It's complaining that it didn't block on eviction... Quite possibly it found
> some space and didn't have to evict.
may be the if-check need to be updated, to reflect the thread didn't require to
evict
12) if (wait_for(waitqueue_active(&rq->execute), 10)) {
struct drm_printer p = drm_info_printer(i915->drm.dev);
pr_err("igt/evict_vma kthread did not wait\n");
intel_engine_dump(rq->engine, &p, "%s\n", rq->engine->name);
i915_gem_set_wedged(i915);
goto out_reset;
}
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190214/c4dbad13/attachment.html>
More information about the intel-gfx-bugs
mailing list