Re: [PATCH 43/45] drm/msm/dp: populate the max_streams for sa8775 mst controller

2024-12-08 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:32:14PM -0800, Abhinav Kumar wrote: > Populate the max_streams for DP controllers to indicate MST support. > > If the pixel clock handle for the second stream fails, treat it as > SST case rather than a complete failure. Could you possibly clarify: - Are there MSM DP co

[PATCH 43/45] drm/msm/dp: populate the max_streams for sa8775 mst controller

2024-12-05 Thread Abhinav Kumar
Populate the max_streams for DP controllers to indicate MST support. If the pixel clock handle for the second stream fails, treat it as SST case rather than a complete failure. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dp/dp_ctrl.c| 9 + drivers/gpu/drm/msm/dp/dp_ctrl.h