Summary: | [BAT] igt@* - Incomplete - GEM_BUG_ON(!dev_priv->gt.awake) - kernel BUG at drivers/gpu/drm/i915/intel_lrc.c:782! | ||
---|---|---|---|
Product: | DRI | Reporter: | Marta Löfstedt <marta.lofstedt> |
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: | critical | ||
Priority: | highest | CC: | intel-gfx-bugs, ricardo.vega |
Version: | DRI git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | ReadyForDev | ||
i915 platform: | GLK, KBL, SKL | i915 features: | GEM/Other |
Description
Marta Löfstedt
2017-10-23 07:46:24 UTC
Also, CI_DRM_3272 fi-kbl-7567u igt@kms_flip@basic-flip-vs-dpms https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_3272/fi-kbl-7567u/igt@kms_flip@basic-flip-vs-dpms.html Note this is un-duplicated from bug 102035 kernel BUG at drivers/gpu/drm/i915/intel_lrc.c:782! https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_3269/fi-skl-6700hq/igt@kms_pipe_crc_basic@read-crc-pipe-b-frame-sequence.html Very big reproducer on GEM tests too, when configuring the crtc's to be disabled by fbcon: https://patchwork.freedesktop.org/series/31893/ Any gen9+ seems to be affected, not just skylake. And it doesn't appear to be bound to any specific test. Note this is un-duplicated from bug 102035 kernel BUG at drivers/gpu/drm/i915/intel_lrc.c:782! https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_3266/fi-skl-6260u/igt@kms_cursor_legacy@basic-flip-after-cursor-varying-size.html Also on GLK_shards: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_3275/fi-glk-1/igt@kms_pipe_crc_basic@nonblocking-crc-pipe-c.html <2>[ 470.937369] kernel BUG at drivers/gpu/drm/i915/intel_lrc.c:782! commit 4a118ecbe99c93cf9f9582e83a88d03f18d6cb84 Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Oct 23 22:32:36 2017 +0100 drm/i915: Filter out spurious execlists context-switch interrupts Back in commit a4b2b01523a8 ("drm/i915: Don't mark an execlists context-switch when idle") we noticed the presence of late context-switch interrupts. We were able to filter those out by looking at whether the ELSP remained active, but in commit beecec901790 ("drm/i915/execlists: Preemption!") that became problematic as we now anticipate receiving a context-switch event for preemption while ELSP may be empty. To restore the spurious interrupt suppression, add a counter for the expected number of pending context-switches and skip if we do not need to handle this interrupt to make forward progress. Chris patch was integrated into CI_DRM_3277 I want a couple of more clean runs before I close this and archive the cibuglog. No occurances on +10 runs I am closing |
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.