Re: [Intel-gfx] [PATCH 1/4] drm/i915: Move compressed_fb to static allocation

2014-06-30 Thread Rodrigo Vivi
Reviewed-by: Rodrigo Vivi On Thu, Jun 19, 2014 at 12:06 PM, Ben Widawsky wrote: > We are already using the size to determine whether or not to free the > object, so there is no functional change there. Almost everything else > has changed to static allocations of the drm_mm_node too. > > Aside

[Intel-gfx] [PATCH 1/4] drm/i915: Move compressed_fb to static allocation

2014-06-19 Thread Ben Widawsky
We are already using the size to determine whether or not to free the object, so there is no functional change there. Almost everything else has changed to static allocations of the drm_mm_node too. Aside from bringing this inline with much of our other code, this makes error paths slightly simple