Re: [Intel-gfx] [PATCH 11/24] drm: Introduce an iterator over holes in the drm_mm range manager

2012-10-26 Thread Chris Wilson
On Thu, 25 Oct 2012 13:54:42 -0700, Ben Widawsky wrote: > On Thu, 25 Oct 2012 21:22:25 +0200 > Daniel Vetter wrote: > > > On Thu, Aug 30, 2012 at 04:31:06PM +0100, Chris Wilson wrote: > > > This will be used i915 in forthcoming patches in order to measure the > > > largest contiguous chunk of me

Re: [Intel-gfx] [PATCH 11/24] drm: Introduce an iterator over holes in the drm_mm range manager

2012-10-25 Thread Ben Widawsky
On Thu, 25 Oct 2012 21:22:25 +0200 Daniel Vetter wrote: > On Thu, Aug 30, 2012 at 04:31:06PM +0100, Chris Wilson wrote: > > This will be used i915 in forthcoming patches in order to measure the > > largest contiguous chunk of memory available for enabling chipset > > features. > > > > Signed-off

Re: [Intel-gfx] [PATCH 11/24] drm: Introduce an iterator over holes in the drm_mm range manager

2012-10-25 Thread Daniel Vetter
On Thu, Aug 30, 2012 at 04:31:06PM +0100, Chris Wilson wrote: > This will be used i915 in forthcoming patches in order to measure the > largest contiguous chunk of memory available for enabling chipset > features. > > Signed-off-by: Chris Wilson > Cc: Dave Airlie While discussing the iterator i

Re: [Intel-gfx] [PATCH 11/24] drm: Introduce an iterator over holes in the drm_mm range manager

2012-09-12 Thread Daniel Vetter
On Tue, Sep 04, 2012 at 09:03:03PM +0100, Chris Wilson wrote: > This will be used i915 in forthcoming patches in order to measure the > largest contiguous chunk of memory available for enabling chipset > features. > > Signed-off-by: Chris Wilson > Cc: Dave Airlie One nitpick below. > @@ -99,6

[Intel-gfx] [PATCH 11/24] drm: Introduce an iterator over holes in the drm_mm range manager

2012-09-04 Thread Chris Wilson
This will be used i915 in forthcoming patches in order to measure the largest contiguous chunk of memory available for enabling chipset features. Signed-off-by: Chris Wilson Cc: Dave Airlie --- drivers/gpu/drm/drm_mm.c | 55 +++--- include/drm/drm_mm.h

[Intel-gfx] [PATCH 11/24] drm: Introduce an iterator over holes in the drm_mm range manager

2012-08-30 Thread Chris Wilson
This will be used i915 in forthcoming patches in order to measure the largest contiguous chunk of memory available for enabling chipset features. Signed-off-by: Chris Wilson Cc: Dave Airlie --- drivers/gpu/drm/drm_mm.c | 55 +++--- include/drm/drm_mm.h