commit | ccb1a8319015d31a51e8206b66ab3aaea07417ba | [log] [tgz] |
---|---|---|
author | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Dec 08 19:59:38 2015 +0200 |
committer | Ville Syrjälä <ville.syrjala@linux.intel.com> | Tue Jan 12 15:59:58 2016 +0200 |
tree | ef6b0bf0e2ebefd5319cf0937a61686f43c075a8 | |
parent | 10e7bec38bbda47653b46d4e1257876124824a9b [diff] |
drm/i915: Store max lane count in intel_digital_port Rather than having open coded checks for the DDI A/E configuration, just store the max supported lane count in intel_digital_port. We had an open coded check for DDI A, but not for DDI E. So we may have been vilating the DDI E max lane count. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>