diff options
author | Jernej Skrabec <jernej.skrabec@siol.net> | 2017-12-01 07:05:42 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-12-05 13:22:43 +0100 |
commit | 7480ba4d75714b4f5b080aa5a53e352b303d2663 (patch) | |
tree | e294bf80eeb0c215e320c503567e288bbf37e652 /drivers/gpu/drm/sun4i/Makefile | |
parent | 5bb5f5dafa1ad3ac5ebb85e74a07193fda7aec4e (diff) | |
download | linux-stable-7480ba4d75714b4f5b080aa5a53e352b303d2663.tar.gz linux-stable-7480ba4d75714b4f5b080aa5a53e352b303d2663.tar.bz2 linux-stable-7480ba4d75714b4f5b080aa5a53e352b303d2663.zip |
drm/sun4i: Add support for DE2 VI planes
This commit adds basic support for VI planes. They are meant for video
overlay and because of that they support YUV formats too. However, using
YUV format is not straightforward, so only RGB formats are supported for
now.
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171201060550.10392-20-jernej.skrabec@siol.net
Diffstat (limited to 'drivers/gpu/drm/sun4i/Makefile')
-rw-r--r-- | drivers/gpu/drm/sun4i/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sun4i/Makefile b/drivers/gpu/drm/sun4i/Makefile index 0a839674cd1d..b0a2eb2c4806 100644 --- a/drivers/gpu/drm/sun4i/Makefile +++ b/drivers/gpu/drm/sun4i/Makefile @@ -9,7 +9,8 @@ sun4i-drm-hdmi-y += sun4i_hdmi_enc.o sun4i-drm-hdmi-y += sun4i_hdmi_i2c.o sun4i-drm-hdmi-y += sun4i_hdmi_tmds_clk.o -sun8i-mixer-y += sun8i_mixer.o sun8i_ui_layer.o +sun8i-mixer-y += sun8i_mixer.o sun8i_ui_layer.o \ + sun8i_vi_layer.o sun4i-tcon-y += sun4i_crtc.o sun4i-tcon-y += sun4i_dotclock.o |