Re: [PATCH 14/45] drm/msm/dp: introduce stream_id for each DP panel

2024-12-08 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:31:45PM -0800, Abhinav Kumar wrote: > With MST, each DP controller can handle multiple streams. > There shall be one dp_panel for each stream but the dp_display > object shall be shared among them. To represent this abstraction, > create a stream_id for each DP panel whic

[PATCH 14/45] drm/msm/dp: introduce stream_id for each DP panel

2024-12-05 Thread Abhinav Kumar
With MST, each DP controller can handle multiple streams. There shall be one dp_panel for each stream but the dp_display object shall be shared among them. To represent this abstraction, create a stream_id for each DP panel which shall be set by the MST stream. For SST, default this to stream 0. U