[PATCH 1/3] drm: Export routines for inserting preallocated nodes into the mm manager

2012-12-18 Thread Chris Wilson
On Tue, 18 Dec 2012 01:28:22 +0100, Daniel Vetter wrote: > The last parameter of search_free_generic is best_match, which isn't used > by any current caller. The only reason it's still there is that I haven't > converted yet all drm_mm.c users to preallocate drm_mm_node's, but as soon > as that's

Re: [PATCH 1/3] drm: Export routines for inserting preallocated nodes into the mm manager

2012-12-18 Thread Chris Wilson
On Tue, 18 Dec 2012 01:28:22 +0100, Daniel Vetter wrote: > The last parameter of search_free_generic is best_match, which isn't used > by any current caller. The only reason it's still there is that I haven't > converted yet all drm_mm.c users to preallocate drm_mm_node's, but as soon > as that's

[PATCH 1/3] drm: Export routines for inserting preallocated nodes into the mm manager

2012-12-18 Thread Daniel Vetter
On Fri, Dec 07, 2012 at 08:37:06PM +, Chris Wilson wrote: > Required by i915 in order to avoid the allocation in the middle of > manipulating the drm_mm lists. > > Use a pair of stubs to preserve the existing EXPORT_SYMBOLs for > backporting; to be removed later. > > Cc: Dave Airlie > Cc: dr

Re: [PATCH 1/3] drm: Export routines for inserting preallocated nodes into the mm manager

2012-12-17 Thread Daniel Vetter
On Fri, Dec 07, 2012 at 08:37:06PM +, Chris Wilson wrote: > Required by i915 in order to avoid the allocation in the middle of > manipulating the drm_mm lists. > > Use a pair of stubs to preserve the existing EXPORT_SYMBOLs for > backporting; to be removed later. > > Cc: Dave Airlie > Cc: dr

[PATCH 1/3] drm: Export routines for inserting preallocated nodes into the mm manager

2012-12-12 Thread Jani Nikula
On Fri, 07 Dec 2012, Chris Wilson wrote: > Required by i915 in order to avoid the allocation in the middle of > manipulating the drm_mm lists. > > Use a pair of stubs to preserve the existing EXPORT_SYMBOLs for > backporting; to be removed later. Regardless of whether you choose to do anything ab

Re: [PATCH 1/3] drm: Export routines for inserting preallocated nodes into the mm manager

2012-12-12 Thread Jani Nikula
On Fri, 07 Dec 2012, Chris Wilson wrote: > Required by i915 in order to avoid the allocation in the middle of > manipulating the drm_mm lists. > > Use a pair of stubs to preserve the existing EXPORT_SYMBOLs for > backporting; to be removed later. Regardless of whether you choose to do anything ab

[PATCH 1/3] drm: Export routines for inserting preallocated nodes into the mm manager

2012-12-07 Thread Chris Wilson
Required by i915 in order to avoid the allocation in the middle of manipulating the drm_mm lists. Use a pair of stubs to preserve the existing EXPORT_SYMBOLs for backporting; to be removed later. Cc: Dave Airlie Cc: dri-devel at lists.freedesktop.org Signed-off-by: Chris Wilson --- drivers/gpu

[PATCH 1/3] drm: Export routines for inserting preallocated nodes into the mm manager

2012-12-07 Thread Chris Wilson
Required by i915 in order to avoid the allocation in the middle of manipulating the drm_mm lists. Use a pair of stubs to preserve the existing EXPORT_SYMBOLs for backporting; to be removed later. Cc: Dave Airlie Cc: dri-devel@lists.freedesktop.org Signed-off-by: Chris Wilson --- drivers/gpu/dr