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


Groups > linux.kernel > #1714670

[PATCH v6 0/3] Add support Rockchip Soc LVDS

From Sandy Huang <hjc@rock-chips.com>
Newsgroups linux.kernel
Subject [PATCH v6 0/3] Add support Rockchip Soc LVDS
Date 2017-08-18 10:20 +0200
Message-ID <ufKFA-RX-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


This patches add support Rockchip RK3288 LVDS support, based on patches from
Mark yao[0] and Heiko Stuebner[1].

[0]: https://github.com/RockchipOpensourceCommunity/popmetal-kernel-3.14
[1]: http://lists.infradead.org/pipermail/linux-rockchip/2015-April/002830.html

Changes:
- Update rockchip_lvds_encoder_helper_funcs to atomic API
- Add bridge function for RGB/LVDS convert to other output type
- Fix some unreasonable define
- Adapter to the latest rockchip DRM driver framework
- Add pinctrl for RGB output type
- Reseved some define for rockchip next Soc

Sandy Huang (3):
  dt-bindings: display: Add Document for Rockchip Soc LVDS
  ARM: dts: Add LVDS info for rk3288
  drm/rockchip: Add support for Rockchip Soc LVDS

 .../bindings/display/rockchip/rockchip-lvds.txt    | 100 ++++
 arch/arm/boot/dts/rk3288.dtsi                      |  52 ++
 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_lvds.c           | 582 +++++++++++++++++++++
 drivers/gpu/drm/rockchip/rockchip_lvds.h           | 114 ++++
 8 files changed, 861 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip-lvds.txt
 create mode 100644 drivers/gpu/drm/rockchip/rockchip_lvds.c
 create mode 100644 drivers/gpu/drm/rockchip/rockchip_lvds.h

-- 
2.7.4

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


Thread

[PATCH v6 0/3] Add support Rockchip Soc LVDS Sandy Huang <hjc@rock-chips.com> - 2017-08-18 10:20 +0200
  [PATCH v6 3/3] drm/rockchip: Add support for Rockchip Soc LVDS Sandy Huang <hjc@rock-chips.com> - 2017-08-18 10:20 +0200
  [PATCH v6 1/3] dt-bindings: display: Add Document for Rockchip Soc LVDS Sandy Huang <hjc@rock-chips.com> - 2017-08-18 10:20 +0200
    Re: [PATCH v6 1/3] dt-bindings: display: Add Document for Rockchip  Soc LVDS Rob Herring <robh@kernel.org> - 2017-08-22 04:50 +0200
      Re: [PATCH v6 1/3] dt-bindings: display: Add Document for Rockchip  Soc LVDS Sandy Huang <hjc@rock-chips.com> - 2017-08-23 08:40 +0200

csiph-web