From: Paulo Zanoni Date: Thu, 2 Jul 2015 22:25:08 +0000 (-0300) Subject: drm/i915: move FBC code out of i915_gem_stolen.c X-Git-Tag: omap-for-v4.3/fixes-rc1~89^2~36^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc786728ee8acc76e22769af3b2df67b94cd49b6;p=pandora-kernel.git drm/i915: move FBC code out of i915_gem_stolen.c With the abstractions created by the last patch, we can move this code and the only thing inside intel_fbc.c that knows about dev_priv->mm is the code that reads stolen_base. We also had to move a call to i915_gem_stolen_cleanup_compression() - now called intel_fbc_cleanup_cfb() - outside i915_gem_stolen.c. v2: - Rebase after the remove_node() changes on the previous patch. Requested-by: Chris Wilson Signed-off-by: Paulo Zanoni Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed