public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Update SMP, add CFG and Overlay support
@ 2014-11-18 17:49 Stephane Viau
  2014-11-18 17:49 ` [PATCH 1/3] drm/msm/mdp5: make SMP module dynamically configurable Stephane Viau
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Stephane Viau @ 2014-11-18 17:49 UTC (permalink / raw)
  To: dri-devel; +Cc: linux-arm-msm, linux-kernel, robdclark, Stephane Viau

This patch set updates the SMP config for MDP5, introduces a Config module for
easier platform config update and allows MDP5 driver to use multiple CRTCs as
well as multiple planes (overlay).

Stephane Viau (3):
  drm/msm/mdp5: make SMP module dynamically configurable
  drm/msm/mdp5: introduce mdp5_cfg module
  drm/msm: add multiple CRTC and overlay support

 drivers/gpu/drm/msm/Makefile                |   2 +
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c     | 215 ++++++++++++++++++
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.h     |  89 ++++++++
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c    | 265 +++++++++++++++++------
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c     | 325 ++++++++++++++++++++++++++++
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.h     | 121 +++++++++++
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_encoder.c |  13 ++
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c     | 251 ++++++++-------------
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.h     |  97 ++-------
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_plane.c   | 175 +++++++--------
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_smp.c     | 247 +++++++++++++++++----
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_smp.h     |  22 +-
 12 files changed, 1379 insertions(+), 443 deletions(-)
 create mode 100644 drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.c
 create mode 100644 drivers/gpu/drm/msm/mdp/mdp5/mdp5_cfg.h
 create mode 100644 drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.c
 create mode 100644 drivers/gpu/drm/msm/mdp/mdp5/mdp5_ctl.h

-- 
Qualcomm Innovation Center, Inc.

The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project


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

end of thread, other threads:[~2014-11-18 17:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 17:49 [PATCH 0/3] Update SMP, add CFG and Overlay support Stephane Viau
2014-11-18 17:49 ` [PATCH 1/3] drm/msm/mdp5: make SMP module dynamically configurable Stephane Viau
2014-11-18 17:49 ` [PATCH 2/3] drm/msm/mdp5: introduce mdp5_cfg module Stephane Viau
2014-11-18 17:49 ` [PATCH 3/3] drm/msm: add multiple CRTC and overlay support Stephane Viau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox