Re: [PATCH 3/3] drm/i915/dp: get rid of intel_dp->link_configuration

2013-10-04 Thread Ville Syrjälä
On Fri, Oct 04, 2013 at 03:08:10PM +0300, Jani Nikula wrote: > It's not really needed, rather just adds another place to hold > intermediate values that could go wrong, and it's not clear that the > training pattern set or training lane set should be written at this > point at all. > > Signed-off-

[PATCH 3/3] drm/i915/dp: get rid of intel_dp->link_configuration

2013-10-04 Thread Jani Nikula
It's not really needed, rather just adds another place to hold intermediate values that could go wrong, and it's not clear that the training pattern set or training lane set should be written at this point at all. Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/intel_ddi.c |5 + driv