From: Daniel Vetter Date: Thu, 5 Jun 2014 14:22:16 +0000 (+0200) Subject: drm/i915: Fixup global gtt cleanup X-Git-Tag: omap-for-v3.16/fixes-rc4~80^2^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c2e0990ade3251c9b5770aa8f06b06375b66f9f;p=pandora-kernel.git drm/i915: Fixup global gtt cleanup The global gtt is setup up in 2 parts, so we need to be careful with the cleanup. For consistency shovel it all into the ->cleanup callback, like with ppgtt. Noticed because it blew up in the out_gtt: cleanup code while fiddling with the vgacon code. Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed