Re: [PATCH 12/45] drm/msm/dp: make bridge helpers use dp_display to allow re-use

2024-12-08 Thread Dmitry Baryshkov
On Thu, Dec 05, 2024 at 08:31:43PM -0800, Abhinav Kumar wrote: > dp_bridge helpers take drm_bridge as an input and extract the > dp_display object to be used in the dp_display module. Rather than > doing it in a roundabout way, directly pass the dp_display object > to these helpers so that the MST

[PATCH 12/45] drm/msm/dp: make bridge helpers use dp_display to allow re-use

2024-12-05 Thread Abhinav Kumar
dp_bridge helpers take drm_bridge as an input and extract the dp_display object to be used in the dp_display module. Rather than doing it in a roundabout way, directly pass the dp_display object to these helpers so that the MST bridge can also re-use the same helpers. Signed-off-by: Abhinav Kumar