[Bug 32188] radeon evergreen (5xxx) segfault (Komodo Edit, other apps)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jan 7 02:50:58 PST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=32188

--- Comment #19 from Michel Dänzer <michel at daenzer.net> 2011-01-07 02:50:57 PST ---
(In reply to comment #17)

bo_is_busy() only returns -EBUSY if the BO has been submitted for or is in
processing by the GPU.

Does changing the test in radeon_vbo_flush_bos() to something like

    if (dma_bo->bo->ptr || !radeon_bo_is_idle(dma_bo->bo))

help?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the xorg-driver-ati mailing list