From: Ville Syrjälä Date: Wed, 4 Sep 2013 15:25:21 +0000 (+0300) Subject: drm/i915: Use adjusted_mode in intel_update_fbc() X-Git-Tag: v3.13-rc1~76^2~114^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef644fdac1709b91a8c7df546c6d597388f17a1b;p=pandora-kernel.git drm/i915: Use adjusted_mode in intel_update_fbc() Check the mode flags from the adjusted_mode, not user requested mode. The hdisplay/vdisplay check actually checkes the primary plane size, so those still need to come from the user requested mode. Extract both modes from pipe config instead of the drm_crtc. Signed-off-by: Ville Syrjälä Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed