<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Recent mesa git revisions cause frequent gpu hangs on radeonsi"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69340#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Recent mesa git revisions cause frequent gpu hangs on radeonsi"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=69340">bug 69340</a>
              from <span class="vcard"><a class="email" href="mailto:dawitbro@sbcglobal.net" title="Dave Witbrodt <dawitbro@sbcglobal.net>"> <span class="fn">Dave Witbrodt</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=69340#c10">comment #10</a>)
<span class="quote">> I have the gpu lockups too on an 7750 in different apps, for instance
> xonotic.
> I did a bisect and it led to this commit:

> e8f9195e5fb34a45783d6491d2e0305a0b137439 is the first bad commit
> commit e8f9195e5fb34a45783d6491d2e0305a0b137439
> Author: Axel Davy <<a href="mailto:axel.davy@ens.fr">axel.davy@ens.fr</a>>
> Date:   Thu Aug 15 12:47:58 2013 +0200

>     gallium, intel: Implements new __DRI_IMAGE_USE_LINEAR and
> PIPE_BIND_LINEAR flags to enforce no tiling.
>     
>     Signed-off-by: Axel Davy <<a href="mailto:axel.davy@ens.fr">axel.davy@ens.fr</a>>

> And indeed reverting it seems to fix the lockups.</span >

I can confirm that this commit was the problem in my case.  That commit
introduced a boolean error in src/gallium/drivers/radeonsi/r600_texture.c which
was later fixed in 49f2ba2c.

My Mesa build on Sep. 2 was before e8f9195e, and on Sep. 6 was after.  The new
Mesa I built today was only failing because my LLVM 3.4 did not include the
necessary patch for Marek's transform feedback work.  Once I update LLVM, no
GPU failures were observed and all was well again.

Hopefully José will have no more problems if he gets a new version of Mesa at
or after commit 49f2ba2c.  If he uses a version after 2b71b3d4, he will need
LLVM 3.4 at svn190575 or later.</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>