The dsi driver only connects to drm_panel devices right now. drm_bridge based devices can be used to implement external encoder chips (like DSI to HDMI, DSI to LVDS) etc. Make changes such that the dsi driver works with drm_bridge devices. This enables the driver to connect with the encoder chips mentioned above. Archit Taneja (5): drm/msm/dsi: Make TE gpio optional drm/msm/dsi: Refer to connected device as 'device' instead of 'panel' drm/msm/dsi: Create a helper to check if there is a connected device drm/msm/dsi: Allow dsi to connect to an external bridge drm/msm/dsi: Modify dsi manager bridge ops to work with external bridges drivers/gpu/drm/msm/dsi/dsi.c | 66 ++++++++++++++++++++++++++++++----- drivers/gpu/drm/msm/dsi/dsi.h | 17 ++++++++- drivers/gpu/drm/msm/dsi/dsi_host.c | 49 +++++++++++++++++--------- drivers/gpu/drm/msm/dsi/dsi_manager.c | 55 ++++++++++++++++++----------- 4 files changed, 141 insertions(+), 46 deletions(-) -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html