<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [kbl] [drm] GPU hang in Antutu 7.x games with 4.14.52 kernel"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107356#c23">Comment # 23</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [kbl] [drm] GPU hang in Antutu 7.x games with 4.14.52 kernel"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=107356">bug 107356</a>
              from <span class="vcard"><a class="email" href="mailto:chenglei.ren@intel.com" title="Ren Chenglei <chenglei.ren@intel.com>"> <span class="fn">Ren Chenglei</span></a>
</span></b>
        <pre>(In reply to Tapani Pälli from <a href="show_bug.cgi?id=107356#c22">comment #22</a>)
<span class="quote">> (In reply to Ren Chenglei from <a href="show_bug.cgi?id=107356#c21">comment #21</a>)
> > Do we have any progress on this crash issue?

> I haven't been able to figure out the hang. Some observations though .. I've
> disabled EXT_tessellation_shader in the driver, this causes antutu to jump
> over the first test and run rest of the tests and there is no hang. I've
> also tried disabling usage of push constants (hang seems to be related to
> these) but this did not help, hang still occurs. Next thing I'm going to try
> is to dump all shaders from first test and see if I could figure out which
> ones might be related to the hang.</span >

Thanks Tapani for the updates!
I tried following:

diff --git a/src/mesa/drivers/dri/i965/intel_batchbuffer.c
b/src/mesa/drivers/dri/i965/intel_batchbuffer.c
index df999ffeb1d0..325f28b35e60 100644
--- a/src/mesa/drivers/dri/i965/intel_batchbuffer.c
+++ b/src/mesa/drivers/dri/i965/intel_batchbuffer.c
@@ -823,7 +823,7 @@ submit_batch(struct brw_context *brw, int in_fence_fd, int
*out_fence_fd)
    if (ret != 0) {
       fprintf(stderr, "i965: Failed to submit batchbuffer: %s\n",
               strerror(-ret));
-      exit(1);
+      //exit(1);
    }

    return ret;

If we don't exit, after GPU hang, it will continue the rest test. But the first
part test is still black.</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 the assignee for the bug.</li>
      </ul>
    </body>
</html>