On Thu, 2023-06-01 at 15:34 +0300, Luca Coelho wrote: > On Thu, 2023-06-01 at 13:13 +0300, Mika Kahola wrote: > > In case when only two or less transmit lanes are owned such as MFD > > (DP-alt with x2 lanes) we need to reset only one data lane (lane0). > > With only x2 lanes we don't need to poll for the phy current > > status on both data lanes since only the owned data lane will > > respond. > > > > v2: Find better naming for lanes and revise the commit message > > (Luca) > > > > Reviewed-by: Arun R Murthy <arun.r.murthy@xxxxxxxxx> (v1) > > Signed-off-by: Mika Kahola <mika.kahola@xxxxxxxxx> > > --- > > drivers/gpu/drm/i915/display/intel_cx0_phy.c | 39 ++++++++++++---- > > ---- > > 1 file changed, 23 insertions(+), 16 deletions(-) > > Reviewed-by: Luca Coelho <luciano.coelho@xxxxxxxxx> Thank you Luca for the review. This is now pushed. > > -- > Cheers, > Luca.