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

2012-11-05 Thread Chris Wilson
On Mon, 5 Nov 2012 13:44:13 +, Ben Widawsky wrote: > > -static void i915_setup_compression(struct drm_device *dev, int size) > > +static int i915_setup_compression(struct drm_device *dev, int size) > > { > > struct drm_i915_private *dev_priv = dev->dev_private; > > struct drm_mm_node

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

2012-11-05 Thread Ben Widawsky
On Fri, 19 Oct 2012 18:03:12 +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 > Reviewed-by: Jesse Barnes More nitckicks: Reviewed-by: Ben Wid

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

2012-10-19 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 Reviewed-by: Jesse Barnes --- drivers/gpu/drm/i915/i915_drv.h|2 + drivers/gpu/drm/i915/i915_gem_stolen.c | 115