<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [CI][SHARDS]igt@gem_exec_schedule@preempt-hang-blt - skip - Test requirement: has_gpu_reset(fd), SKIP"
href="https://bugs.freedesktop.org/show_bug.cgi?id=112118#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [CI][SHARDS]igt@gem_exec_schedule@preempt-hang-blt - skip - Test requirement: has_gpu_reset(fd), SKIP"
href="https://bugs.freedesktop.org/show_bug.cgi?id=112118">bug 112118</a>
from <span class="vcard"><a class="email" href="mailto:chris@chris-wilson.co.uk" title="Chris Wilson <chris@chris-wilson.co.uk>"> <span class="fn">Chris Wilson</span></a>
</span></b>
<pre>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</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are on the CC list for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>