Re: [PATCH 36/45] drm/msm/dp: propagate hpd state changes to dp mst module

2024-12-08 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:32:07PM -0800, Abhinav Kumar wrote: > From: Yongxing Mou > > Propagate the hpd state changes to dp mst module so that it please fix upcase. > can be synchronized with the cable connect/disconnect. It doesn't propagate HPD state. Instead it updates MST state when the

[PATCH 36/45] drm/msm/dp: propagate hpd state changes to dp mst module

2024-12-05 Thread Abhinav Kumar
From: Yongxing Mou Propagate the hpd state changes to dp mst module so that it can be synchronized with the cable connect/disconnect. Signed-off-by: Yongxing Mou Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dp/dp_display.c | 20 drivers/gpu/drm/msm/dp/dp_mst_drm.c