From: Ville Syrjälä Date: Wed, 9 Oct 2013 16:18:02 +0000 (+0300) Subject: drm/i915: Kill fbc_wm_enabled from intel_wm_config X-Git-Tag: v3.13-rc1~76^2~68^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eaa4d56107dac87946f3b45faf37bc831f8de83;p=pandora-kernel.git drm/i915: Kill fbc_wm_enabled from intel_wm_config The fbc_wm_enabled member in intel_wm_config is useless for the time being. The original idea for it was that we'd pre-compute it and so that the WM merging process could know whether it needs to worry about FBC watermarks at all. But we don't have a convenient way to pre-check for the possibility of FBC being used. intel_update_fbc() should be split up for that. Signed-off-by: Ville Syrjälä Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed