From: Hai Li <hali@codeaurora.org>
To: dri-devel@lists.freedesktop.org
Cc: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] drm/msm: Initial add DSI support
Date: Fri, 13 Mar 2015 19:24:14 -0400 [thread overview]
Message-ID: <1426289058-6663-1-git-send-email-hali@codeaurora.org> (raw)
DSI is supported by both mdp4 and mdp5. This patch series adds the common DSI
controller driver and also enable it in mdp5.
Hai Li (4):
drm/msm/dsi: Update generated DSI header file
drm/msm: Add split display interface
drm/msm: Initial add DSI connector support
drm/msm/mdp5: Enable DSI connector in msm drm driver
drivers/gpu/drm/msm/Kconfig | 11 +
drivers/gpu/drm/msm/Makefile | 4 +
drivers/gpu/drm/msm/dsi/dsi.c | 203 +++
drivers/gpu/drm/msm/dsi/dsi.h | 115 ++
drivers/gpu/drm/msm/dsi/dsi.xml.h | 418 +++++-
drivers/gpu/drm/msm/dsi/dsi_host.c | 1997 +++++++++++++++++++++++++++
drivers/gpu/drm/msm/dsi/dsi_manager.c | 706 ++++++++++
drivers/gpu/drm/msm/dsi/dsi_phy.c | 352 +++++
drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c | 4 +
drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c | 11 +-
drivers/gpu/drm/msm/mdp/mdp5/mdp5_encoder.c | 268 +++-
drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c | 69 +-
drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.h | 12 +-
drivers/gpu/drm/msm/msm_drv.c | 2 +
drivers/gpu/drm/msm/msm_drv.h | 20 +
drivers/gpu/drm/msm/msm_kms.h | 4 +
16 files changed, 4141 insertions(+), 55 deletions(-)
create mode 100644 drivers/gpu/drm/msm/dsi/dsi.c
create mode 100644 drivers/gpu/drm/msm/dsi/dsi.h
create mode 100644 drivers/gpu/drm/msm/dsi/dsi_host.c
create mode 100644 drivers/gpu/drm/msm/dsi/dsi_manager.c
create mode 100644 drivers/gpu/drm/msm/dsi/dsi_phy.c
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
next reply other threads:[~2015-03-13 23:24 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-13 23:24 Hai Li [this message]
2015-03-13 23:24 ` [PATCH 1/4] drm/msm/dsi: Update generated DSI header file Hai Li
2015-03-13 23:24 ` [PATCH 2/4] drm/msm: Add split display interface Hai Li
2015-03-13 23:24 ` [PATCH 3/4] drm/msm: Initial add DSI connector support Hai Li
2015-03-18 7:56 ` Archit Taneja
2015-03-18 21:05 ` hali
2015-03-23 11:03 ` Archit Taneja
2015-03-23 16:29 ` hali
2015-03-24 20:31 ` [PATCH] drm/msm: Initial add DSI connector support (v2) Hai Li
2015-03-13 23:24 ` [PATCH 4/4] drm/msm/mdp5: Enable DSI connector in msm drm driver Hai Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1426289058-6663-1-git-send-email-hali@codeaurora.org \
--to=hali@codeaurora.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).