All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/msm/dsi: Add support for external bridge chips
@ 2015-06-26  7:45 Archit Taneja
  2015-06-26  7:45 ` [PATCH 1/5] drm/msm/dsi: Make TE gpio optional Archit Taneja
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: Archit Taneja @ 2015-06-26  7:45 UTC (permalink / raw)
  To: dri-devel
  Cc: robdclark, linux-arm-msm, hali, wentaox, sviau, jilaiw,
	Archit Taneja

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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-08-02 16:20 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-26  7:45 [PATCH 0/5] drm/msm/dsi: Add support for external bridge chips Archit Taneja
2015-06-26  7:45 ` [PATCH 1/5] drm/msm/dsi: Make TE gpio optional Archit Taneja
2015-06-26  7:45 ` [PATCH 2/5] drm/msm/dsi: Refer to connected device as 'device' instead of 'panel' Archit Taneja
2015-06-26  7:45 ` [PATCH 3/5] drm/msm/dsi: Create a helper to check if there is a connected device Archit Taneja
2015-06-26  7:45 ` [PATCH 4/5] drm/msm/dsi: Allow dsi to connect to an external bridge Archit Taneja
2015-06-26  7:45 ` [PATCH 5/5] drm/msm/dsi: Modify dsi manager bridge ops to work with external bridges Archit Taneja
2015-08-02 16:20 ` [PATCH v2 0/5] drm/msm/dsi: Add support for external bridge chips Archit Taneja
2015-08-02 16:20   ` [PATCH v2 1/5] drm/msm/dsi: Make TE gpio optional Archit Taneja
2015-08-02 16:20   ` [PATCH v2 2/5] drm/msm/dsi: Refer to connected device as 'device' instead of 'panel' Archit Taneja
2015-08-02 16:20   ` [PATCH v2 3/5] drm/msm/dsi: Create a helper to check if there is a connected device Archit Taneja
2015-08-02 16:20   ` [PATCH v2 4/5] drm/msm/dsi: Allow dsi to connect to an external bridge Archit Taneja
2015-08-02 16:20   ` [PATCH v2 5/5] drm/msm/dsi: Modify dsi manager bridge ops to work with external bridges Archit Taneja

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.