<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Opencl random lockups whilst running tstellar's opencl-examples"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69245#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Opencl random lockups whilst running tstellar's opencl-examples"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69245">bug 69245</a>
              from <span class="vcard"><a class="email" href="mailto:klondike@klondike.es" title="klondike <klondike@klondike.es>"> <span class="fn">klondike</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=86824" name="attach_86824" title="Backported commit fixing the lockups">attachment 86824</a> <a href="attachment.cgi?id=86824&action=edit" title="Backported commit fixing the lockups">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=69245&attachment=86824'>[review]</a>
Backported commit fixing the lockups

Hi Tom, after manually checking the differences between the 9.2.0 and my
working version of the git sources* I have tracked it down to these lines which
are present on 9.2.0 but not on git

The file is src/gallium/drivers/r600/evergreen_compute.c

The relevant commit with the fix is this:
<a href="http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/r600/evergreen_compute.c?id=f0435ebb07d01a77ca0d98967a002898811a5206">http://cgit.freedesktop.org/mesa/mesa/commit/src/gallium/drivers/r600/evergreen_compute.c?id=f0435ebb07d01a77ca0d98967a002898811a5206</a>

Keep in mind that ctx->b.flags = 0; should be changed by ctx->flags = 0; (and
similar changes where be needed too).

Anyways, patch for 9.2.0 attached :)

* Yeah, I know bisect may have been faster, but for random appearing problems I
prefer to do stuff the good old way.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>