From: Daniel Vetter Date: Wed, 13 Feb 2013 17:04:45 +0000 (+0100) Subject: drm/i915: move intel_crtc->fdi_lanes to pipe_config X-Git-Tag: v3.11-rc1~65^2~131^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33d29b145305641f2c693b759cac468e0c87ab4d;p=pandora-kernel.git drm/i915: move intel_crtc->fdi_lanes to pipe_config We need this for two reasons: - Correct handling of shared fdi lanes on ivb with fastboot. - Handling fdi link bw limits when we only have two fdi lanes by dithering down a bit. Just search&replace in this patch, no functional change at all. Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed