Re: [Intel-gfx] [PATCH 1/3] lib: Always build and export interval_tree

2014-01-26 Thread Chris Wilson
On Sun, Jan 26, 2014 at 03:58:47AM -0800, Michel Lespinasse wrote: > On Sun, Jan 26, 2014 at 3:27 AM, Chris Wilson > wrote: > > +config INTERVAL_TREE > > + boolean > > +help > > + Simple, embeddable, interval-tree. Can find the start of an > > + overlapping range i

Re: [Intel-gfx] [PATCH 1/3] lib: Always build and export interval_tree

2014-01-26 Thread Chris Wilson
On Fri, Jan 24, 2014 at 08:42:18PM -0800, Michel Lespinasse wrote: > Hi Chris, > > On Tue, Jan 21, 2014 at 7:07 AM, Chris Wilson > wrote: > > lib/interval_tree.c provides a simple interface for an interval-tree > > (an augmented red-black tree) but is only built when testing the generic > > macr

[Intel-gfx] [PATCH 1/3] lib: Always build and export interval_tree

2014-01-21 Thread Chris Wilson
lib/interval_tree.c provides a simple interface for an interval-tree (an augmented red-black tree) but is only built when testing the generic macros for building interval-trees. For drivers with modest needs, export the simple interval-tree library as is. Signed-off-by: Chris Wilson Cc: Michel Le