Re: [Intel-gfx] [PATCH 12/24] drm/i915: Delay allocation of stolen space for FBC

2012-10-11 Thread Chris Wilson
On Thu, 11 Oct 2012 11:49:36 -0700, Jesse Barnes wrote: > On Tue, 4 Sep 2012 21:03:04 +0100 > Chris Wilson wrote: > > > diff --git a/drivers/gpu/drm/i915/intel_display.c > > b/drivers/gpu/drm/i915/intel_display.c > > index 778cbb8..221d035 100644 > > --- a/drivers/gpu/drm/i915/intel_display.c

Re: [Intel-gfx] [PATCH 12/24] drm/i915: Delay allocation of stolen space for FBC

2012-10-11 Thread Jesse Barnes
On Tue, 4 Sep 2012 21:03:04 +0100 Chris Wilson wrote: > As we may wish to wrap regions preallocated by the BIOS, we need to do > that before carving out contiguous chunks of stolen space for FBC. > > Signed-off-by: Chris Wilson > --- > drivers/gpu/drm/i915/i915_drv.h|1 + > driver

[Intel-gfx] [PATCH 12/24] drm/i915: Delay allocation of stolen space for FBC

2012-09-04 Thread Chris Wilson
As we may wish to wrap regions preallocated by the BIOS, we need to do that before carving out contiguous chunks of stolen space for FBC. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.h|1 + drivers/gpu/drm/i915/i915_gem_stolen.c | 110 ---

[Intel-gfx] [PATCH 12/24] drm/i915: Delay allocation of stolen space for FBC

2012-08-30 Thread Chris Wilson
As we may wish to wrap regions preallocated by the BIOS, we need to do that before carving out contiguous chunks of stolen space for FBC. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_drv.h|1 + drivers/gpu/drm/i915/i915_gem_stolen.c | 110 ---