Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: hjc@rock-chips.com (Sandy Huang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] Add support rockchip RGB output interface
Date: Fri, 22 Sep 2017 11:00:21 +0800	[thread overview]
Message-ID: <1506049221-117283-1-git-send-email-hjc@rock-chips.com> (raw)

This patches add support rockchip RGB output, Some Rockchip CRTCs, like rv1108,
can directly output parallel and serial RGB data to panel or to conversion chip.
So we add this driver to probe encoder and connector to support this case.

Sandy Huang (3):
  dt-bindings: Add document for rockchip RGB output interface
  drm/rockchip: Add support for Rockchip Soc RGB output interface
  drm/rockchip: vop: Add more RGB output interface type

 .../bindings/display/rockchip/rockchip-rgb.txt     |  78 +++++
 drivers/gpu/drm/rockchip/Kconfig                   |   9 +
 drivers/gpu/drm/rockchip/Makefile                  |   1 +
 drivers/gpu/drm/rockchip/rockchip_drm_drv.c        |   2 +
 drivers/gpu/drm/rockchip/rockchip_drm_drv.h        |   1 +
 drivers/gpu/drm/rockchip/rockchip_drm_vop.h        |   2 +
 drivers/gpu/drm/rockchip/rockchip_rgb.c            | 343 +++++++++++++++++++++
 7 files changed, 436 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip-rgb.txt
 create mode 100644 drivers/gpu/drm/rockchip/rockchip_rgb.c

-- 
2.7.4

             reply	other threads:[~2017-09-22  3:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-22  3:00 Sandy Huang [this message]
2017-09-22  3:00 ` [PATCH v2 1/3] dt-bindings: Add document for rockchip RGB output interface Sandy Huang
2017-10-03 21:56   ` Rob Herring
2017-10-09  8:06     ` Sandy Huang
2017-10-09 13:05       ` Rob Herring
2017-10-10  1:59         ` Sandy Huang
2017-09-22  3:00 ` [PATCH v2 2/3] drm/rockchip: Add support for Rockchip Soc " Sandy Huang
2017-09-22  3:00 ` [PATCH v2 3/3] drm/rockchip: vop: Add more RGB output interface type Sandy Huang
2017-09-30  8:25 ` [PATCH v2 0/3] Add support rockchip RGB output interface Sandy Huang

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=1506049221-117283-1-git-send-email-hjc@rock-chips.com \
    --to=hjc@rock-chips.com \
    --cc=linux-arm-kernel@lists.infradead.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