linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH RFC 0/2] Add a display driver to the Allwinner H3
@ 2016-01-05 19:15 Jean-Francois Moine
  2016-01-05 18:28 ` [PATCH RFC 1/2] clk: sunxi: Add sun8i display support Jean-Francois Moine
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Jean-Francois Moine @ 2016-01-05 19:15 UTC (permalink / raw)
  To: linux-arm-kernel

The proposed DRM driver works on a Orange PI 2 with a kernel 4.4-rc1
and the H3 patches found in Hans de Goede's GIT repository.

As there is no documentation about the DE2 nor about the HDMI which
are found in the H3, this driver has been built from Allwiiner's
sources.

So, there may be license problems, especially for the file
de2_hdmi_h3.c which contains a lot of magic values.

The associated DT and documentation will be submitted when the H3 DTs
will be in the kernel.

Jean-Francois Moine (2):
  clk: sunxi: Add sun8i display support
  drm: sunxi: Add a basic DRM driver for Allwinner DE2

 drivers/clk/sunxi/Makefile            |   1 +
 drivers/clk/sunxi/clk-sun8i-display.c | 257 ++++++++++++++++++
 drivers/gpu/drm/Kconfig               |   2 +
 drivers/gpu/drm/Makefile              |   1 +
 drivers/gpu/drm/sunxi/Kconfig         |  21 ++
 drivers/gpu/drm/sunxi/Makefile        |   8 +
 drivers/gpu/drm/sunxi/de2_crtc.c      | 409 +++++++++++++++++++++++++++++
 drivers/gpu/drm/sunxi/de2_crtc.h      |  42 +++
 drivers/gpu/drm/sunxi/de2_de.c        | 467 +++++++++++++++++++++++++++++++++
 drivers/gpu/drm/sunxi/de2_drm.h       |  51 ++++
 drivers/gpu/drm/sunxi/de2_drv.c       | 376 ++++++++++++++++++++++++++
 drivers/gpu/drm/sunxi/de2_hdmi.c      | 381 +++++++++++++++++++++++++++
 drivers/gpu/drm/sunxi/de2_hdmi.h      |  34 +++
 drivers/gpu/drm/sunxi/de2_hdmi_h3.c   | 478 ++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/sunxi/de2_hdmi_h3.h   |  14 +
 drivers/gpu/drm/sunxi/de2_plane.c     | 102 ++++++++
 16 files changed, 2644 insertions(+)
 create mode 100644 drivers/clk/sunxi/clk-sun8i-display.c
 create mode 100644 drivers/gpu/drm/sunxi/Kconfig
 create mode 100644 drivers/gpu/drm/sunxi/Makefile
 create mode 100644 drivers/gpu/drm/sunxi/de2_crtc.c
 create mode 100644 drivers/gpu/drm/sunxi/de2_crtc.h
 create mode 100644 drivers/gpu/drm/sunxi/de2_de.c
 create mode 100644 drivers/gpu/drm/sunxi/de2_drm.h
 create mode 100644 drivers/gpu/drm/sunxi/de2_drv.c
 create mode 100644 drivers/gpu/drm/sunxi/de2_hdmi.c
 create mode 100644 drivers/gpu/drm/sunxi/de2_hdmi.h
 create mode 100644 drivers/gpu/drm/sunxi/de2_hdmi_h3.c
 create mode 100644 drivers/gpu/drm/sunxi/de2_hdmi_h3.h
 create mode 100644 drivers/gpu/drm/sunxi/de2_plane.c

-- 
2.6.4

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2016-02-02 16:58 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-05 19:15 [PATCH RFC 0/2] Add a display driver to the Allwinner H3 Jean-Francois Moine
2016-01-05 18:28 ` [PATCH RFC 1/2] clk: sunxi: Add sun8i display support Jean-Francois Moine
2016-01-06  2:39   ` Chen-Yu Tsai
2016-01-08 17:50     ` Jean-Francois Moine
2016-01-18 19:09   ` Maxime Ripard
2016-01-19  8:09     ` Jean-Francois Moine
2016-01-27 21:50       ` Maxime Ripard
2016-01-28 14:55         ` Jean-Francois Moine
2016-01-05 18:40 ` [PATCH RFC 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2 Jean-Francois Moine
2016-01-05 20:38   ` Russell King - ARM Linux
2016-01-11 18:56     ` Jean-Francois Moine
2016-01-06 20:41   ` Jens Kuske
2016-01-13 17:37     ` Jean-Francois Moine
2016-01-06 21:20 ` [PATCH RFC 0/2] Add a display driver to the Allwinner H3 Maxime Ripard
2016-01-08 17:13   ` Jean-Francois Moine
2016-01-18 10:18     ` Maxime Ripard
2016-01-19  8:49       ` Jean-Francois Moine
2016-02-02 16:58         ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).