Summary: | [CI][DRMTIP] igt@gem_ctx_engines@independent - fail - Failed assertion: (map[i] - last) > 0 | ||
---|---|---|---|
Product: | DRI | Reporter: | Lakshmi <lakshminarayana.vudum> |
Component: | DRM/Intel | Assignee: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Status: | RESOLVED FIXED | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> |
Severity: | normal | ||
Priority: | medium | CC: | intel-gfx-bugs |
Version: | DRI git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | ReadyForDev | ||
i915 platform: | G45, I965G, ILK | i915 features: | GEM/Other |
Description
Lakshmi
2019-06-10 10:29:53 UTC
The CI Bug Log issue associated to this bug has been updated. ### New filters associated * BWR ELK ILK: igt@gem_ctx_engines@independent - fail - Failed assertion: (map[i] - last) > 0 - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_302/fi-bwr-2160/igt@gem_ctx_engines@independent.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_302/fi-elk-e7500/igt@gem_ctx_engines@independent.html - https://intel-gfx-ci.01.org/tree/drm-tip/drmtip_302/fi-ilk-650/igt@gem_ctx_engines@independent.html Yeah, I forgot that we don't have this register until gen6 (iirc). We just need to skip this test before gen6. commit 4c072238c784e6acb00634a80c3c55fb8358058b (HEAD, upstream/master) Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Mon Jun 10 11:45:43 2019 +0100 i915/gem_ctx_engines: Skip trying to read a non-existent TIMESTAMP The per-engine TIMESTAMP (at least at the offset I know about) only came into being with gen6. So skip the test on older gen as the results are garbage. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=110874 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> |
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.