Summary: | [BAT] igt@drv_selftest@live_hangcheck - incomplete - kernel BUG at drivers/gpu/drm/i915/intel_lrc.c:1040 | ||
---|---|---|---|
Product: | DRI | Reporter: | Martin Peres <martin.peres> |
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Status: | CLOSED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | intel-gfx-bugs |
Version: | XOrg git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | ReadyForDev | ||
i915 platform: | GLK, KBL | i915 features: | GEM/execlists |
Description
Martin Peres
2018-07-12 13:21:20 UTC
I think this the same bug as 106560 but with different symptoms. Should all be cleared up real soon now (tm). Memory is hazy, but I do think we closed this BUG loop hole. Hmm, iirc, it was a double wedge. Ok, not quite closed yet as I still have a patch to prevent double wedges. Hmm, we have commit 3970c65c2b47c450f917bc8a29c5849563a95dfe Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jul 23 15:53:35 2018 +0100 drm/i915: Skip repeated calls to i915_gem_set_wedged() If we already wedged, i915_gem_set_wedged() becomes a complicated no-op. References: https://bugs.freedesktop.org/show_bug.cgi?id=107343 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180723145335.24579-1-c hris@chris-wilson.co.uk + commit f1a498fa549e8e86895cda37e3fca867aae955b7 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jul 16 09:03:30 2018 +0100 drm/i915/execlists: Disable submission tasklet upon wedging If we declare the driver wedged before the GPU truly is, then we may see the GPU complete some CS events following our cancellation. This leaves us quite confused as we deleted all the bookkeeping and thus complain about the inconsistent state. We can just ignore the remaining events and let the GPU idle by not feeding it, and so avoid trying to racily overwrite shared state. We rely on there being a full GPU reset before unwedging, giving us the opportunity to reset the shared state. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107188 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180716080332.32283-4-c hris@chris-wilson.co.uk I think accounts for it. Closed as this seen 1 month ago. This bug used to occur after 2-23 rounds. This issue was not seen last 221 rounds. Closing this issue. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.