From c4213885cd01c6ec15f44b4d06d67790601e1731 Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Thu, 19 Jun 2014 12:06:10 -0700 Subject: [PATCH] drm/i915: Move compressed_fb to static allocation 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 simpler, which benefits the look of an upcoming patch. Signed-off-by: Ben Widawsky Reviewed-by: Rodrigo Vivi Signed-off-by: Jani Nikula --- Reading git-format-patch failed