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


Groups > linux.kernel > #1550471

[PATCH v4 0/3] Add support for the S6E3HA2 panel on TM2 board

From Hoegeun Kwon <hoegeun.kwon@samsung.com>
Newsgroups linux.kernel
Subject [PATCH v4 0/3] Add support for the S6E3HA2 panel on TM2 board
Date 2017-01-04 08:10 +0100
Message-ID <sVNRT-1io-3@gated-at.bofh.it> (permalink)
References <sVNRT-1io-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Purpose of this patch is add support for S6E3HA2 AMOLED panel on
the TM2 board. The first patch adds support for S6E3HA2 panel
device tree document and driver, the second patch add support for
S6E3HA2 panel device tree.

Changes for V4:

- Removed display-timings in devicetree, the display-timings has
  been fixed to be provided by the device driver.
- Added the mode_set callback function into exynos_drm_mic,
  because the exynos_drm_mic driver can not parse a videomode
  struct by removing the display-timings from the devicetree.

Hoegeun Kwon (2):
  drm/exynos: mic: Add mode_set callback function
  drm/panel: Add support for S6E3HA2 panel driver on TM2 board

Hyungwon Hwang (1):
  arm64: dts: exynos: Add support for S6E3HA2 panel device on TM2 board

 .../bindings/display/panel/samsung,s6e3ha2.txt     |  40 ++
 arch/arm64/boot/dts/exynos/exynos5433-tm2.dts      |  17 +
 drivers/gpu/drm/exynos/exynos_drm_mic.c            |  33 +-
 drivers/gpu/drm/panel/Kconfig                      |   6 +
 drivers/gpu/drm/panel/Makefile                     |   1 +
 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c      | 741 +++++++++++++++++++++
 6 files changed, 827 insertions(+), 11 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/panel/samsung,s6e3ha2.txt
 create mode 100644 drivers/gpu/drm/panel/panel-samsung-s6e3ha2.c

-- 
1.9.1

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


Thread

[PATCH v4 0/3] Add support for the S6E3HA2 panel on TM2 board Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-01-04 08:10 +0100
  [PATCH v4 3/3] arm64: dts: exynos: Add support for S6E3HA2 panel  device on TM2 board Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-01-04 08:10 +0100
    Re: [PATCH v4 3/3] arm64: dts: exynos: Add support for S6E3HA2 panel  device on TM2 board Chanwoo Choi <cw00.choi@samsung.com> - 2017-01-04 09:30 +0100
  [PATCH v4 1/3] drm/exynos: mic: Add mode_set callback function Hoegeun Kwon <hoegeun.kwon@samsung.com> - 2017-01-04 08:10 +0100
    Re: [PATCH v4 1/3] drm/exynos: mic: Add mode_set callback function Inki Dae <inki.dae@samsung.com> - 2017-01-04 08:40 +0100

csiph-web