All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/msm: DSI support on MDP4
@ 2015-11-18 13:10 Archit Taneja
  2015-11-18 13:10 ` [PATCH 1/5] drm/msm/mdp4: Clean up modeset_init Archit Taneja
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Archit Taneja @ 2015-11-18 13:10 UTC (permalink / raw)
  To: dri-devel, robdclark; +Cc: linux-arm-msm

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

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

end of thread, other threads:[~2015-11-18 13:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-18 13:10 [PATCH 0/5] drm/msm: DSI support on MDP4 Archit Taneja
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

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.