]> rtime.felk.cvut.cz Git - linux-imx.git/commit
drm/i915: move intel_crtc->fdi_lanes to pipe_config
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 13 Feb 2013 17:04:45 +0000 (18:04 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 29 Apr 2013 19:51:13 +0000 (21:51 +0200)
commit33d29b145305641f2c693b759cac468e0c87ab4d
tree3527dde3f25ba89eded38a3c7bdaf7443fb1aadc
parent52541e30339d932382ab9c0c1d1bacc8dacc541e
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>
drivers/gpu/drm/i915/intel_ddi.c
drivers/gpu/drm/i915/intel_display.c
drivers/gpu/drm/i915/intel_drv.h