Re: [PATCH 2/2] drm/ttm: Optimize delayed buffer destruction

2010-10-19 Thread Thomas Hellstrom
On 10/19/2010 05:57 AM, Dave Airlie wrote: On Thu, Oct 14, 2010 at 3:18 AM, Thomas Hellstrom 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

Re: [PATCH 2/2] drm/ttm: Optimize delayed buffer destruction

2010-10-18 Thread Dave Airlie
On Thu, Oct 14, 2010 at 3:18 AM, Thomas Hellstrom 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 tim