From: Ville Syrjälä Date: Tue, 1 Oct 2013 15:02:16 +0000 (+0300) Subject: drm/i915: Do the fbc vs. primary plane enable/disable in the right order X-Git-Tag: v3.13-rc1~76^2~68^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abae50ed12b6f556afce0febb41639f0ede28fb9;p=pandora-kernel.git drm/i915: Do the fbc vs. primary plane enable/disable in the right order Disable fbc before disabling the primary plane, and enable fbc after the primary plane has been enabled again. Also use intel_disable_fbc() to disable FBC to avoid the pointless overhead of intel_update_fbc(), and especially avoid having to clean up and set up the stolen mem compressed buffer again. Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed