Re: [PATCH 39/45] drm/msm/dp: initialize dp_mst module for each DP MST controller

2024-12-07 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:32:10PM -0800, Abhinav Kumar wrote: > For each MST capable DP controller, initialize a dp_mst module to > manage its DP MST operations. The DP MST module for each controller > is the central entity to manage its topology related operations as > well as interfacing with th

[PATCH 39/45] drm/msm/dp: initialize dp_mst module for each DP MST controller

2024-12-05 Thread Abhinav Kumar
For each MST capable DP controller, initialize a dp_mst module to manage its DP MST operations. The DP MST module for each controller is the central entity to manage its topology related operations as well as interfacing with the rest of the DP driver. Signed-off-by: Abhinav Kumar --- drivers/gp