<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - [APL BSW BDW] [BAT execlists] Sporadic - gem_exec_suspend basic-s4 GPU hang after resume"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96526#c54">Comment # 54</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - [APL BSW BDW] [BAT execlists] Sporadic - gem_exec_suspend basic-s4 GPU hang after resume"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=96526">bug 96526</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>Does

diff --git a/drivers/gpu/drm/i915/i915_gem_context.c
b/drivers/gpu/drm/i915/i915_gem_context.c
index df10f4e95736..331c4a5c6822 100644
--- a/drivers/gpu/drm/i915/i915_gem_context.c
+++ b/drivers/gpu/drm/i915/i915_gem_context.c
@@ -945,7 +945,7 @@ int i915_gem_switch_to_kernel_context(struct
drm_i915_private *dev_priv)
                        return PTR_ERR(req);

                ret = i915_switch_context(req);
-               i915_add_request_no_flush(req);
+               i915_add_request(req);
                if (ret)
                        return ret;
        }

help?</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>