aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sun4i/Makefile
diff options
context:
space:
mode:
authorJernej Skrabec2017-12-01 07:05:44 +0100
committerMaxime Ripard2017-12-05 13:22:44 +0100
commitb862a648de3b9ddaad772e11f0db4046d469e88e (patch)
treead5d87d6ecb926e0166b1da7d8986ca41bbdcd5f /drivers/gpu/drm/sun4i/Makefile
parent5b1f8367f3ea1a74414a4dce3ccb2e76fdd84385 (diff)
drm/sun4i: Add support for HW scaling to DE2
Scaling is currently supported only for RGB framebuffers Coefficients and algorithm which coefficients to select are taken from BSP driver. 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-22-jernej.skrabec@siol.net
Diffstat (limited to 'drivers/gpu/drm/sun4i/Makefile')
-rw-r--r--drivers/gpu/drm/sun4i/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sun4i/Makefile b/drivers/gpu/drm/sun4i/Makefile
index b0a2eb2c4806..a458ddbf4a8e 100644
--- a/drivers/gpu/drm/sun4i/Makefile
+++ b/drivers/gpu/drm/sun4i/Makefile
@@ -10,7 +10,8 @@ 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_vi_layer.o
+ sun8i_vi_layer.o sun8i_ui_scaler.o \
+ sun8i_vi_scaler.o
sun4i-tcon-y += sun4i_crtc.o
sun4i-tcon-y += sun4i_dotclock.o