commit | 33d29b145305641f2c693b759cac468e0c87ab4d | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Feb 13 18:04:45 2013 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Mon Apr 29 21:51:13 2013 +0200 |
tree | 3527dde3f25ba89eded38a3c7bdaf7443fb1aadc | |
parent | 52541e30339d932382ab9c0c1d1bacc8dacc541e [diff] |
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 <imre.deak@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>