Re: [PATCH 38/45] drm/msm: initialize DRM MST encoders for DP controllers

2024-12-07 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:32:09PM -0800, Abhinav Kumar wrote: > Initiliaze a DPMST encoder for each MST capable DP controller > and the number of encoders it supports depends on the number > of streams it supports. Replace the opencoded instances of max_stream > with the newly introduced API to c

[PATCH 38/45] drm/msm: initialize DRM MST encoders for DP controllers

2024-12-05 Thread Abhinav Kumar
Initiliaze a DPMST encoder for each MST capable DP controller and the number of encoders it supports depends on the number of streams it supports. Replace the opencoded instances of max_stream with the newly introduced API to centralize the usage. Signed-off-by: Abhinav Kumar --- drivers/gpu/dr