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

--- Comment #19 from Michel Dänzer <[email protected]> 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.
_______________________________________________
xorg-driver-ati mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-driver-ati

Reply via email to