lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 26 Mar 2015 19:25:13 -0400
From:	Hai Li <hali@...eaurora.org>
To:	dri-devel@...ts.freedesktop.org
Cc:	linux-arm-msm@...r.kernel.org, linux-kernel@...r.kernel.org,
	robdclark@...il.com, Hai Li <hali@...eaurora.org>
Subject: [PATCH v2 0/4] drm/msm: Initial add DSI support

Resending initial MSM DSI patches
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/mdp5: Move *_modeset_init out of construct_encoder function
  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                    |    5 +
 drivers/gpu/drm/msm/dsi/dsi.c                   |  212 +++
 drivers/gpu/drm/msm/dsi/dsi.h                   |  117 ++
 drivers/gpu/drm/msm/dsi/dsi_host.c              | 1992 +++++++++++++++++++++++
 drivers/gpu/drm/msm/dsi/dsi_manager.c           |  699 ++++++++
 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_cmd_encoder.c |  343 ++++
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_crtc.c        |   11 +-
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_encoder.c     |   43 +-
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.c         |  159 +-
 drivers/gpu/drm/msm/mdp/mdp5/mdp5_kms.h         |   28 +-
 drivers/gpu/drm/msm/msm_drv.c                   |    2 +
 drivers/gpu/drm/msm/msm_drv.h                   |   29 +
 drivers/gpu/drm/msm/msm_kms.h                   |    4 +
 16 files changed, 3970 insertions(+), 41 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
 create mode 100644 drivers/gpu/drm/msm/mdp/mdp5/mdp5_cmd_encoder.c

-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ