From: Archit Taneja <architt@codeaurora.org>
To: dri-devel@lists.freedesktop.org, robdclark@gmail.com
Cc: linux-arm-msm@vger.kernel.org
Subject: [PATCH 0/5] drm/msm: DSI support on MDP4
Date: Wed, 18 Nov 2015 18:40:44 +0530 [thread overview]
Message-ID: <1447852249-7652-1-git-send-email-architt@codeaurora.org> (raw)
This adds DSI video mode supports for the mdp4 kms driver.
The first few patches make sure mdp4's modeset_init() func works with
multiple encoders. It also fixes up some issues with the way the LVDS
interface is initialized.
We just support 1 DSI instance for now, and that too only DSI video mode.
We also don't have proper support for the DMA_S crtc yet. So, only one of
the two interfaces (DSI or LVDS) would run at a time. We can add support
for DMA_S later if we need it.
Archit Taneja (4):
drm/msm/mdp4: Clean up modeset_init
drm/msm/mdp4: Initialize LCDC encoder even if panel driver isn't
available
drm/msm/mdp4: Call custom round_pixclk helper only if the encoder type
is TMDS
drm/msm/mdp4: Initialize DSI encoders
Vinay Simha BN (1):
drm/msm/dsi: Add a mdp4 encoder for DSI
drivers/gpu/drm/msm/Makefile | 1 +
drivers/gpu/drm/msm/mdp/mdp4/mdp4_dsi_encoder.c | 198 ++++++++++++++++
drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.c | 258 +++++++++++++--------
drivers/gpu/drm/msm/mdp/mdp4/mdp4_kms.h | 13 +-
drivers/gpu/drm/msm/mdp/mdp4/mdp4_lcdc_encoder.c | 11 +-
drivers/gpu/drm/msm/mdp/mdp4/mdp4_lvds_connector.c | 23 +-
6 files changed, 392 insertions(+), 112 deletions(-)
create mode 100644 drivers/gpu/drm/msm/mdp/mdp4/mdp4_dsi_encoder.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-11-18 13:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-18 13:10 Archit Taneja [this message]
2015-11-18 13:10 ` [PATCH 1/5] drm/msm/mdp4: Clean up modeset_init Archit Taneja
2015-11-18 13:10 ` [PATCH 2/5] drm/msm/mdp4: Initialize LCDC encoder even if panel driver isn't available Archit Taneja
2015-11-18 13:10 ` [PATCH 3/5] drm/msm/dsi: Add a mdp4 encoder for DSI Archit Taneja
2015-11-18 13:10 ` [PATCH 4/5] drm/msm/mdp4: Call custom round_pixclk helper only if the encoder type is TMDS Archit Taneja
2015-11-18 13:10 ` [PATCH 5/5] drm/msm/mdp4: Initialize DSI encoders Archit Taneja
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=1447852249-7652-1-git-send-email-architt@codeaurora.org \
--to=architt@codeaurora.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=robdclark@gmail.com \
/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