[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 Alex Deucher changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-02-05 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 Florian Mickler changed: What|Removed |Added CC||florian at mickler.org --- Comment #11

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-02-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 Alex Deucher changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-02-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 Florian Mickler changed: What|Removed |Added CC||flor...@mickler.org --- Comment #11 fr

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-28 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 Lucas Kannebley Tavares changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-28 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 Lucas Kannebley Tavares changed: What|Removed |Added See Also||https://bugs.freedesktop.or

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 Michel D?nzer changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-24 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 Lucas Kannebley Tavares changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 Michel Dänzer changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-24 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 Lucas Kannebley Tavares changed: What|Removed |Added Status|NEW |RESOLVED Resolution|--

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #8 from Lucas Kannebley Tavares --- Hi Michael, the patch you provided did indeed get rid of all errors, but now modprobe enters an infinite loop on the test that previously failed [ 62.294510] [drm] ring test on 0 succeeded in 0 u

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #7 from Michel D?nzer --- (In reply to comment #5) > I don't think we want to enable fence swapping [...] since we already swap the > fence in radeon_fence_read(). Ah, right. Lucas, so it's probably better if you try without FENCE_SW

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #6 from Alex Deucher --- Ignore my patch and comments. After thinking about this more they won't work. See is Michel's patch fixes it for your. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #5 from Alex Deucher --- in attachment 73440, I don't think we want to enable fence swapping: +#ifdef __BIG_ENDIAN +dma_cntl |= FENCE_SWAP_ENABLE; +#endif since we already swap the fence in radeon_fence_read(). -- You are rece

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #4 from Alex Deucher --- Created attachment 73455 --> https://bugs.freedesktop.org/attachment.cgi?id=73455&action=edit use sw swap for dma rings If the hw swapper patch doesn't work, you can try this patch. -- You are receiving t

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #3 from Michel D?nzer --- Created attachment 73440 --> https://bugs.freedesktop.org/attachment.cgi?id=73440&action=edit Enable more DMA byte swapping bits on big endian hosts Does this patch help? -- You are receiving this mail b

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #8 from Lucas Kannebley Tavares --- Hi Michael, the patch you provided did indeed get rid of all errors, but now modprobe enters an infinite loop on the test that previously failed [ 62.294510] [drm] ring test on 0 succeeded in 0 u

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #7 from Michel Dänzer --- (In reply to comment #5) > I don't think we want to enable fence swapping [...] since we already swap the > fence in radeon_fence_read(). Ah, right. Lucas, so it's probably better if you try without FENCE_SW

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #6 from Alex Deucher --- Ignore my patch and comments. After thinking about this more they won't work. See is Michel's patch fixes it for your. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #5 from Alex Deucher --- in attachment 73440, I don't think we want to enable fence swapping: +#ifdef __BIG_ENDIAN +dma_cntl |= FENCE_SWAP_ENABLE; +#endif since we already swap the fence in radeon_fence_read(). -- You are rece

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #4 from Alex Deucher --- Created attachment 73455 --> https://bugs.freedesktop.org/attachment.cgi?id=73455&action=edit use sw swap for dma rings If the hw swapper patch doesn't work, you can try this patch. -- You are receiving t

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #3 from Michel Dänzer --- Created attachment 73440 --> https://bugs.freedesktop.org/attachment.cgi?id=73440&action=edit Enable more DMA byte swapping bits on big endian hosts Does this patch help? -- You are receiving this mail b

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #2 from Alex Deucher --- Is this still an issue with Dave's latest drm pull request: http://cgit.freedesktop.org/~airlied/linux/log/?h=drm-fixes -- You are receiving this mail because: You are the assignee for the bug. -

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #1 from Lucas Kannebley Tavares --- Created attachment 73398 --> https://bugs.freedesktop.org/attachment.cgi?id=73398&action=edit Backtrace upon reboot I can't remove the module the modprobe (some resource got stuck) but there's a

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=59672 Lucas Kannebley Tavares changed: What|Removed |Added CC||lucaskt at linux.vnet.ibm.com

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #2 from Alex Deucher --- Is this still an issue with Dave's latest drm pull request: http://cgit.freedesktop.org/~airlied/linux/log/?h=drm-fixes -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 --- Comment #1 from Lucas Kannebley Tavares --- Created attachment 73398 --> https://bugs.freedesktop.org/attachment.cgi?id=73398&action=edit Backtrace upon reboot I can't remove the module the modprobe (some resource got stuck) but there's a

[Bug 59672] Problems initializing Radeon driver: lockup during IB test

2013-01-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59672 Lucas Kannebley Tavares changed: What|Removed |Added CC||luca...@linux.vnet.ibm.com