[Bug 83500] si_dma_copy_tile causes GPU hangs

2014-11-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=83500 Michel Dänzer changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 83500] si_dma_copy_tile causes GPU hangs

2014-09-30 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=83500 --- Comment #9 from Michel D?nzer --- Do the fixes from http://lists.freedesktop.org/archives/mesa-dev/2014-September/068738.html help? -- You are receiving this mail because: You are the assignee for the bug. -- next part

[Bug 83500] si_dma_copy_tile causes GPU hangs

2014-09-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=83500 --- Comment #8 from Christian K?nig --- Oh, yeah you're right got that wrong as well. But what I hoped to have checked as well is that it sounded like this copy command worked correctly in 90% of all cases and only in a minority just locked up.

[Bug 83500] si_dma_copy_tile causes GPU hangs

2014-09-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=83500 --- Comment #7 from Michel D?nzer --- Yeah, sorry, I misread DW 3 as having array_mode == 0 when it's actually 2. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML

[Bug 83500] si_dma_copy_tile causes GPU hangs

2014-09-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=83500 --- Comment #6 from Grigori Goronzy --- The tiling parameters don't look bogus and they certainly aren't zero. In the dumped IB there's mt = 1, num_banks = 3, tile_split = 3 in DW 7. Looking at DW 3, there is array_mode = 2, bankw = 0, bankh =

[Bug 83500] si_dma_copy_tile causes GPU hangs

2014-09-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=83500 --- Comment #5 from Michel D?nzer --- You can just make the breakpoint conditional, e.g.: b si_dma.c:228 if array_mode == 0 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An

[Bug 83500] si_dma_copy_tile causes GPU hangs

2014-09-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=83500 --- Comment #4 from Christian K?nig --- (In reply to comment #3) > Anyway, in the command stream dump you provided before, it looked like the > tiling parameters were totally bogus, mostly all 0. I suspect this needs > more investigation. Yeah,

[Bug 83500] si_dma_copy_tile causes GPU hangs

2014-09-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=83500 --- Comment #3 from Michel D?nzer --- Maybe we need to determine the other tiling parameters differently for 1D tiling? IIRC Marek fixed things like that before. Anyway, in the command stream dump you provided before, it looked like the tiling

[Bug 83500] si_dma_copy_tile causes GPU hangs

2014-09-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=83500 --- Comment #2 from Grigori Goronzy --- Created attachment 105755 --> https://bugs.freedesktop.org/attachment.cgi?id=105755=edit Better fix This is a possibly better fix that only disables DMA if 1D tiling is involved. Please give it a try.

[Bug 83500] si_dma_copy_tile causes GPU hangs

2014-09-04 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=83500 --- Comment #1 from Marek Ol??k --- Thank you very much for tracking this down. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: