Re: [PATCH 28/45] drm/msm/dp: add an API to initialize MST on sink side

2024-12-08 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:31:59PM -0800, Abhinav Kumar wrote: > If the DP controller is capable of supporting multiple streams > then initialize the DP sink in MST mode by programming the DP_MSTM_CTRL > DPCD register to enable MST mode. > > Signed-off-by: Abhinav Kumar > --- > drivers/gpu/drm/m

[PATCH 28/45] drm/msm/dp: add an API to initialize MST on sink side

2024-12-05 Thread Abhinav Kumar
If the DP controller is capable of supporting multiple streams then initialize the DP sink in MST mode by programming the DP_MSTM_CTRL DPCD register to enable MST mode. Signed-off-by: Abhinav Kumar --- drivers/gpu/drm/msm/dp/dp_display.c | 32 1 file changed, 32