[Bug 85647] Random radeonsi crashes with mesa 10.3.x

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Comment # 26 on bug 85647 from
Created attachment 109402 [details]
"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).


You are receiving this mail because:
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel

[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux