On Fri, 12 Nov 2010 18:36:32 +0100, Daniel Vetter daniel.vetter@ffwll.ch wrote:
Hi all,
This patch-set changes the algorithm in drm_mm.c to not need additional allocations to track free space and adds an api to make embedding struct drm_mm_node possible.
I like the end result for i915 in that it couples the bo much more tightly with their allocations; to manage the bo is to manage those allocations. This aligns well with my review of the memory management for i915.
Reviewed-by: Chris Wilson chris@chris-wilson.co.uk -Chris