All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC V3 0/3] drm/bridge: panel and chaining
@ 2014-05-09 14:52 Ajay Kumar
  2014-05-09 14:53 ` [RFC V3 1/3] drm/bridge: add helper functions to support bridge chain Ajay Kumar
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Ajay Kumar @ 2014-05-09 14:52 UTC (permalink / raw)
  To: dri-devel, linux-samsung-soc
  Cc: robdclark, seanpaul, a.hajda, inki.dae, daniel.vetter, ajaynumb,
	joshi, prashanth.g, Ajay Kumar

This patchset is based on exynos-drm-next-todo branch of Inki Dae's tree at:
git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git

Inital discussion can be found at:
http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg30008.html

As Rob suggested, I have added few static-inline helpers for bridge chaining,
and as Sean suggested, I have moved the bridge chain creation to
encoder implementation(exynos_dp).

Ajay Kumar (3):
  [RFC V3 1/3] drm/bridge: add helper functions to support bridge chain
  [RFC V3 2/3] drm/bridge: add a dummy panel driver to support lvds bridges
  [RFC V3 3/3] drm: create and demonstrate bridge chaining using exynos_dp

 .../bindings/drm/bridge/bridge_panel.txt           |   45 ++++
 drivers/gpu/drm/bridge/Kconfig                     |    6 +
 drivers/gpu/drm/bridge/Makefile                    |    1 +
 drivers/gpu/drm/bridge/bridge_panel.c              |  217 ++++++++++++++++++++
 drivers/gpu/drm/bridge/ptn3460.c                   |   60 ++++--
 drivers/gpu/drm/exynos/exynos_dp_core.c            |   25 ++-
 include/drm/bridge/bridge_panel.h                  |   40 ++++
 include/drm/bridge/ptn3460.h                       |   15 +-
 include/drm/drm_crtc.h                             |   72 +++++++
 9 files changed, 453 insertions(+), 28 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/drm/bridge/bridge_panel.txt
 create mode 100644 drivers/gpu/drm/bridge/bridge_panel.c
 create mode 100644 include/drm/bridge/bridge_panel.h

-- 
1.7.9.5

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

end of thread, other threads:[~2014-06-03 12:52 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-09 14:52 [RFC V3 0/3] drm/bridge: panel and chaining Ajay Kumar
2014-05-09 14:53 ` [RFC V3 1/3] drm/bridge: add helper functions to support bridge chain Ajay Kumar
2014-05-09 14:53 ` [RFC V3 2/3] drm/bridge: add a dummy panel driver to support lvds bridges Ajay Kumar
2014-05-13  8:05   ` Thierry Reding
2014-05-13 16:49     ` Ajay kumar
2014-05-14 14:54       ` Thierry Reding
2014-05-14 18:09         ` Ajay kumar
2014-05-15  8:13           ` Thierry Reding
2014-05-15 11:40             ` Ajay kumar
2014-05-17 20:33               ` Ajay kumar
2014-05-17 21:14               ` Thierry Reding
2014-05-18  8:20                 ` Ajay kumar
2014-05-19 15:30                   ` Thierry Reding
2014-05-19 19:07                     ` Ajay kumar
2014-05-19 20:10                       ` Thierry Reding
2014-06-03  9:58                         ` Ajay kumar
2014-06-03 12:52                           ` Andrzej Hajda
2014-05-09 14:53 ` [RFC V3 3/3] drm: create and demonstrate bridge chaining using exynos_dp Ajay Kumar

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.