On 10/19/2010 05:57 AM, Dave Airlie wrote:
On Thu, Oct 14, 2010 at 3:18 AM, Thomas Hellstromthellstrom@vmware.com wrote:
This commit replaces the ttm_bo_cleanup_ref function with two new functions. One for the case where the bo is not yet on the delayed destroy list, and one for the case where the bo was on the delayed destroy list, at least at the time of call. This makes it possible to optimize the two cases somewhat.
I tried booting this today, but on radeon starting X hit a recursive spin lock on the lru lock.
(annotated below)
New patches sent.
/Thomas