Summary: | [CI][GUC] drv_selftest@live_guc RIP: 0010:destroy_doorbell | ||
---|---|---|---|
Product: | DRI | Reporter: | Tomi Sarvela <tomi.p.sarvela> |
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: | |||
i915 platform: | i915 features: |
Description
Tomi Sarvela
2018-07-11 08:20:05 UTC
commit a63983f26008804e8db12457e429e5fc18841894 (HEAD -> drm-intel-next-queued, drm-intel/for-linux-next, drm-intel/drm-intel-next-queued) Author: Michał Winiarski <michal.winiarski@intel.com> Date: Thu Jul 12 12:20:13 2018 +0100 drm/i915/selftests: Fixup GuC FW negative test Since: 0d4b78b3d2c0 ("drm/i915/guc: Assert we have the doorbell before setting it up") We have asserts in GuC doorbell related functions, which is a good thing. Unfortunately, we were using those to check whether GuC FW is refusing to allocate invalid doorbell - which makes the test fail. Well, it would make the test WARN, except we fumbled cleanup ordering and eat the BUG_ON instead. Let's keep the asserts and use the internal implementation in the test. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=107186 Signed-off-by: Michał Winiarski <michal.winiarski@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Michel Thierry <michel.thierry@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20180712112013.3253-1-chris@chris-wilson.co.uk Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> The warning seems to have gone, but the tests still fail with [ 530.511387] [drm:intel_guc_send_mmio [i915]] *ERROR* MMIO: GuC action 0x10 failed with error -5 0xf000f000 [ 530.683625] i915: probe of 0000:00:02.0 failed with error -25 Chris, Is this new error the same as https://bugs.freedesktop.org/show_bug.cgi?id=107258 now? Same old error as bug 107258. *** This bug has been marked as a duplicate of bug 107258 *** (In reply to Dhinakaran Pandiyan from comment #4) > > *** This bug has been marked as a duplicate of bug 107258 *** No. The *original* bug was completely different. That is the bug that has been fixed. Got it, thanks for correcting the resolution. Closing the bug as the original failure has been addressed and not seen in CI since CI_DRM_4476 (https://intel-gfx-ci.01.org/tree/drm-tip/igt@drv_selftest@live_guc.html) The current "dmesg-warn"s are tracked under https://bugs.freedesktop.org/show_bug.cgi?id=107258 |
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.