This patch series aims to create and bind dsi host controller helper functions to functionalities that vary across DSI v2, DSI 6G 1.x and DSI 6G v2.0+ controllers. These functionalities are currently under excessive version checks which is now replaced with the corresponding helper function. This patch series includes Archit's patch (4/5) which implements command broadcast support for DSI 6G v2.0+ controller on SDM845. The helper functions can later be moved to separate files for each DSI controller on the event of addition of more functionality that vary across the DSI controllers. Archit Taneja (1): drm/msm/dsi: implement 6G v2.0+ DSI command broadcast Sibi S (4): drm/msm/dsi: add dsi host helper functions support drm/msm/dsi: add implementation for helper functions drm/msm/dsi: replace version checks with helper functions drm/msm/dsi: replace version checks for commmand broadcast drivers/gpu/drm/msm/dsi/dsi.h | 21 ++ drivers/gpu/drm/msm/dsi/dsi_cfg.c | 62 ++++- drivers/gpu/drm/msm/dsi/dsi_cfg.h | 14 ++ drivers/gpu/drm/msm/dsi/dsi_host.c | 428 +++++++++++++++++++++------------- drivers/gpu/drm/msm/dsi/dsi_manager.c | 66 ++++++ 5 files changed, 422 insertions(+), 169 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel