On Sat, 28 Oct 2023 at 00:02, Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx> wrote: > > > > On 10/25/2023 2:23 AM, Dmitry Baryshkov wrote: > > From: Abel Vesa <abel.vesa@xxxxxxxxxx> > > > > In case of the eDP connection there is no subconnetor and as such no > > subconnector property. Put drm_dp_set_subconnector_property() calls > > under the !is_edp condition. > > > > Fixes: bfcc3d8f94f4 ("drm/msm/dp: support setting the DP subconnector type") > > Signed-off-by: Abel Vesa <abel.vesa@xxxxxxxxxx> > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> > > --- > > drivers/gpu/drm/msm/dp/dp_display.c | 15 ++++++++++----- > > 1 file changed, 10 insertions(+), 5 deletions(-) > > > > We still need to unify the calls to drm_dp_set_subconnector_property() > for the hpd connect/disconnect places preferably in > dp_display_send_hpd_notification(). > > That way, we would have had to make this change only in one location. Good point, I'd like to take another look at the HPD handling in the DP driver after we land the pending pm_runtime changes. As a part of that I'll check the drm_dp_set_subconnector_property() calls. > If you want to pursue that as a separate patch, I am fine as well. > > Hence, > > Reviewed-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx> -- With best wishes Dmitry