From: Ben Widawsky Date: Thu, 19 Jun 2014 19:06:10 +0000 (-0700) Subject: drm/i915: Move compressed_fb to static allocation X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~49^2~86^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4213885cd01c6ec15f44b4d06d67790601e1731;p=pandora-kernel.git 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-diff-tree failed