[Bug 112118] [CI][SHARDS]igt at gem_exec_schedule@preempt-hang-blt - skip - Test requirement: has_gpu_reset(fd), SKIP

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 24 15:35:15 UTC 2019


https://bugs.freedesktop.org/show_bug.cgi?id=112118

--- Comment #2 from Chris Wilson <chris at chris-wilson.co.uk> ---
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

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are on the CC list for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20191024/0b37f006/attachment.html>


More information about the intel-gfx-bugs mailing list