dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Ajay Kumar <ajaykumar.rs@samsung.com>
To: dri-devel@lists.freedesktop.org, linux-samsung-soc@vger.kernel.org
Cc: robdclark@gmail.com, seanpaul@chromium.org, a.hajda@samsung.com,
	inki.dae@samsung.com, daniel.vetter@ffwll.ch, ajaynumb@gmail.com,
	joshi@samsung.com, prashanth.g@samsung.com,
	Ajay Kumar <ajaykumar.rs@samsung.com>
Subject: [RFC V3 0/3] drm/bridge: panel and chaining
Date: Fri, 09 May 2014 20:22:59 +0530	[thread overview]
Message-ID: <1399647182-20951-1-git-send-email-ajaykumar.rs@samsung.com> (raw)

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

             reply	other threads:[~2014-05-09 14:52 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-09 14:52 Ajay Kumar [this message]
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

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=1399647182-20951-1-git-send-email-ajaykumar.rs@samsung.com \
    --to=ajaykumar.rs@samsung.com \
    --cc=a.hajda@samsung.com \
    --cc=ajaynumb@gmail.com \
    --cc=daniel.vetter@ffwll.ch \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=inki.dae@samsung.com \
    --cc=joshi@samsung.com \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=prashanth.g@samsung.com \
    --cc=robdclark@gmail.com \
    --cc=seanpaul@chromium.org \
    /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