[Bug 96526] [APL BSW BDW] [BAT execlists] Sporadic - gem_exec_suspend basic-s4 GPU hang after resume

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Sep 16 14:30:51 UTC 2016


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

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

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


More information about the intel-gfx-bugs mailing list