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 bridge can also re-use the same > helpers. > > Signed-off-by: Abhinav Kumar <quic_abhinavk@xxxxxxxxxxx> > --- > drivers/gpu/drm/msm/dp/dp_display.c | 34 ++++++++----------------- > drivers/gpu/drm/msm/dp/dp_display.h | 9 +++++++ > drivers/gpu/drm/msm/dp/dp_drm.c | 49 ++++++++++++++++++++++++++++++++++++- > drivers/gpu/drm/msm/dp/dp_drm.h | 12 --------- > 4 files changed, 67 insertions(+), 37 deletions(-) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> -- With best wishes Dmitry