]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/sun4i: add support for Allwinner DE2 mixers
authorIcenowy Zheng <icenowy@aosc.io>
Wed, 17 May 2017 14:47:20 +0000 (22:47 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 1 Jun 2017 07:49:54 +0000 (09:49 +0200)
commit9d75b8c0b999663d85cddda2791bb15b5f4a8f4a
tree1edaf35793cce81ab73f00819d201d508441a630
parenta43a42ad9ceae94eca1a80ef072d6a19f0160a57
drm/sun4i: add support for Allwinner DE2 mixers

Allwinner have a new "Display Engine 2.0" in their new SoCs, which comes
with mixers to do graphic processing and feed data to TCON, like the old
backends and frontends.

Add support for the mixer on Allwinner V3s SoC; it's the simplest one.

Currently a lot of functions are still missing -- more investigations
are needed to gain enough information for them.

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
drivers/gpu/drm/sun4i/Kconfig
drivers/gpu/drm/sun4i/Makefile
drivers/gpu/drm/sun4i/sun8i_layer.c [new file with mode: 0644]
drivers/gpu/drm/sun4i/sun8i_layer.h [new file with mode: 0644]
drivers/gpu/drm/sun4i/sun8i_mixer.c [new file with mode: 0644]
drivers/gpu/drm/sun4i/sun8i_mixer.h [new file with mode: 0644]