Re: [PATCH 21/45] drm/msm/dp: add support for mst channel slot allocation

2024-12-07 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:31:52PM -0800, Abhinav Kumar wrote: > For DP MST streams, the 64 MTP slots are time-shared between > the streams. Add the support to calculate the rate governor, > slots and reservation of the slots to the DP controller. Each > DP MST stream shall reserve its streams by c

[PATCH 21/45] drm/msm/dp: add support for mst channel slot allocation

2024-12-05 Thread Abhinav Kumar
For DP MST streams, the 64 MTP slots are time-shared between the streams. Add the support to calculate the rate governor, slots and reservation of the slots to the DP controller. Each DP MST stream shall reserve its streams by calling the dp_display_set_stream_info() from its bridge calls. Signed-