Summary: | [CI][SHARDS]igt@gem_exec_schedule@preempt-hang-blt - skip - Test requirement: has_gpu_reset(fd), SKIP | ||
---|---|---|---|
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: | not set | ||
Priority: | not set | CC: | intel-gfx-bugs |
Version: | DRI git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | ICL | i915 features: | GEM/Other |
Description
Lakshmi
2019-10-24 05:56:51 UTC
The CI Bug Log issue associated to this bug has been updated. ### New filters associated * ICL: igt@gem_exec_schedule@preempt-hang-blt - skip - Test requirement: has_gpu_reset(fd), SKIP - https://intel-gfx-ci.01.org/tree/drm-tip/IGT_5236/shard-iclb8/igt@gem_exec_schedule@preempt-hang-blt.html - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7159/shard-iclb3/igt@gem_exec_schedule@preempt-hang-blt.html - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14943/shard-iclb7/igt@gem_exec_schedule@preempt-hang-blt.html - https://intel-gfx-ci.01.org/tree/drm-tip/Patchwork_14944/shard-iclb2/igt@gem_exec_schedule@preempt-hang-blt.html has_gpu_reset() -> case I915_PARAM_HAS_GPU_RESET: value = i915_modparams.enable_hangcheck && intel_has_gpu_reset(&i915->gt); if (value && intel_has_reset_engine(&i915->gt)) value = 2; has_gpu_reset() is INTEL_INFO() & i915.reset So either somebody has left i915.enable_hangcheck as 0 or i915.reset as 0. We can at least move the restoration of i915.reset earlier so that it is not implicated here -- my suspicion is that an earlier test leaked i915.enable_hangcheck=0 commit fb817cd37bcd5192d5749d464129a31c7bb852e5 (upstream/master, origin/master, origin/HEAD) Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Oct 25 00:25:25 2019 +0100 i915/gem_ctx_exec: Restore i915.enable_hangcheck before failing If the test fails, don't abort leaving the global i915.enable_hangcheck still disabled as that may affect later tests. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=112118 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> *** Bug 112130 has been marked as a duplicate of this bug. *** *** Bug 112129 has been marked as a duplicate of this bug. *** *** Bug 112128 has been marked as a duplicate of this bug. *** *** Bug 112141 has been marked as a duplicate of this bug. *** The CI Bug Log issue associated to this bug has been updated. ### New filters associated * KBL GLK: igt@gem_exec_schedule@reorder-wide-* - fail - Failed assertion: result_read[n] == expected[n] - https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3604/shard-glk3/igt@gem_exec_schedule@reorder-wide-render.html - https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3604/shard-kbl1/igt@gem_exec_schedule@reorder-wide-render.html - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7178/shard-kbl3/igt@gem_exec_schedule@reorder-wide-bsd1.html - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7179/shard-kbl3/igt@gem_exec_schedule@reorder-wide-bsd1.html - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7181/shard-glk2/igt@gem_exec_schedule@reorder-wide-render.html The CI Bug Log issue associated to this bug has been updated. ### New filters associated * KBL: igt@gem_exec_schedule@out-order-* - fail - Failed assertion: result == ctx[0] - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7178/shard-kbl3/igt@gem_exec_schedule@out-order-vebox.html - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7179/shard-kbl3/igt@gem_exec_schedule@out-order-bsd2.html A CI Bug Log filter associated to this bug has been updated: {- SKL: igt@gem_exec_schedule@promotion-blt - fail - Failed assertion: result_read == ctx[2] -} {+ SKL: igt@gem_exec_schedule@promotion-* - fail - Failed assertion: result_read == ctx[2] +} New failures caught by the filter: * https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7178/shard-skl3/igt@gem_exec_schedule@promotion-vebox.html The CI Bug Log issue associated to this bug has been updated. ### New filters associated * APL KBL: igt@gem_ctx_shared@q-independent* - fail - Failed assertion: (int32_t)(handle[HI] - handle[LO]) < 0 - https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3602/shard-kbl2/igt@gem_ctx_shared@q-independent-blt.html - https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3604/shard-kbl1/igt@gem_ctx_shared@q-independent-render.html - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7178/shard-kbl3/igt@gem_ctx_shared@q-independent-render.html - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7179/shard-apl6/igt@gem_ctx_shared@q-independent-blt.html - https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7179/shard-kbl3/igt@gem_ctx_shared@q-independent-render.html Still happening https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_7170/shard-iclb1/igt@gem_exec_schedule@preempt-hang-blt.html IGT-Version: 1.24-g8153b95b5 (x86_64) (Linux: 5.4.0-rc4-CI-CI_DRM_7170+ x86_64) Using Execlists submission Has kernel scheduler - With priority sorting - With preemption enabled - With HW semaphores enabled Test requirement not met in function igt_allow_hang, file ../lib/igt_gt.c:179: Test requirement: has_gpu_reset(fd) Last errno: 22, Invalid argument Test requirement not met in function __real_main1680, file ../tests/i915/gem_exec_schedule.c:1745: Test requirement: gem_ring_has_physical_engine(fd, e->exec_id | e->flags) Test requirement not met in function igt_allow_hang, file ../lib/igt_gt.c:179: Test requirement: has_gpu_reset(fd) Last errno: 2, No such file or directory Test requirement not met in function igt_allow_hang, file ../lib/igt_gt.c:179: Test requirement: has_gpu_reset(fd) Last errno: 2, No such file or directory Test requirement not met in function igt_allow_hang, file ../lib/igt_gt.c:179: Test requirement: has_gpu_reset(fd) Last errno: 2, No such file or directory Subtest preempt-hang-blt: SKIP Test requirement not met in function igt_allow_hang, file ../lib/igt_gt.c:179: Test requirement: has_gpu_reset(fd) Last errno: 2, No such file or directory Test requirement not met in function __real_main1680, file ../tests/i915/gem_exec_schedule.c:1838: Test requirement: gem_ring_has_physical_engine(fd, e->exec_id | e->flags) |
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.