Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1737142

[PATCH v2 0/3] Add support rockchip RGB output interface

From Sandy Huang <hjc@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] Add support rockchip RGB output interface
Date 2017-09-22 05:10 +0200
Message-ID <usmvL-Xq-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View 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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] Add support rockchip RGB output interface Sandy Huang <hjc@rock-chips.com> - 2017-09-22 05:10 +0200
  [PATCH v2 1/3] dt-bindings: Add document for rockchip RGB output interface Sandy Huang <hjc@rock-chips.com> - 2017-09-22 05:10 +0200
  [PATCH v2 2/3] drm/rockchip: Add support for Rockchip Soc RGB output interface Sandy Huang <hjc@rock-chips.com> - 2017-09-22 05:10 +0200

csiph-web