From: Ville Syrjälä Date: Thu, 23 Jan 2014 14:49:15 +0000 (+0200) Subject: drm/i915: Kill most of the FBC register save/restore X-Git-Tag: v3.15-rc1~51^2~62^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=768cf7f44074d5e1029daf90740b77ea3cb87642;p=pandora-kernel.git drm/i915: Kill most of the FBC register save/restore We will anyway re-enable FBC normally after resume, so trying to save and restore the register makes little sense. We do need to preserve the FBC1 interval bits in FBC_CONTROL since we only initialize them during driver load, and try to preserve them after that. v2: s/I915_HAS_FBC/HAS_FBC/ and fix the check for gen4 Signed-off-by: Ville Syrjälä Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed