<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Random radeonsi crashes with mesa 10.3.x"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85647#c26">Comment # 26</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Random radeonsi crashes with mesa 10.3.x"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=85647">bug 85647</a>
              from <span class="vcard"><a class="email" href="mailto:hannu.tmp@pp.inet.fi" title="Hannu <hannu.tmp@pp.inet.fi>"> <span class="fn">Hannu</span></a>
</span></b>
        <pre>Created <span class=""><a href="attachment.cgi?id=109402" name="attach_109402" title=""goto fallback" added before si_dma_copy_tile()">attachment 109402</a> <a href="attachment.cgi?id=109402&action=edit" title=""goto fallback" added before si_dma_copy_tile()">[details]</a></span>
"goto fallback" added before si_dma_copy_tile()

I tested today with this:

         si_dma_copy_buffer(sctx, dst, src, dst_offset, src_offset,
                 src_box->height * src_pitch);
     } else {
+        goto fallback;
         si_dma_copy_tile(sctx, dst, dst_level, dst_x, dst_y, dst_z,

(diff attached)


Tested with a 23 minute full screen flash video same as before.

Mesa 10.3.2 with the "goto fallback" added before si_dma_copy_tile(): 10
playbacks of the video, no crashes/lockups.

I am going to test the original code without changes again tomorrow to be sure
that the crash is still there. (I updated firefox yesterday).</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>