summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/sun4i/Makefile
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2016-06-09 12:01:58 (GMT)
committerMaxime Ripard <maxime.ripard@free-electrons.com>2016-09-08 07:31:13 (GMT)
commitcd8fff504d636b28abad652b0ae45f8b54ab0cc9 (patch)
tree81967630260a8e89e6a342b73fa5c315fe3cabb5 /drivers/gpu/drm/sun4i/Makefile
parent440d2c7b127a8b3aab21eb140262bb29c4ee804f (diff)
downloadlinux-cd8fff504d636b28abad652b0ae45f8b54ab0cc9.tar.xz
drm/sun4i: Add a DRC driver
The A33 pipeline also has a component called DRC. Even though its exact features and programming model is not known (or documented), it needs to be clocked for the pipeline to carry the video signal all the way. Add a minimal driver for it that just claim the needed resources for the pipeline to operate properly. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Acked-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'drivers/gpu/drm/sun4i/Makefile')
-rw-r--r--drivers/gpu/drm/sun4i/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/sun4i/Makefile b/drivers/gpu/drm/sun4i/Makefile
index 58cd551..d625a82 100644
--- a/drivers/gpu/drm/sun4i/Makefile
+++ b/drivers/gpu/drm/sun4i/Makefile
@@ -9,5 +9,5 @@ sun4i-tcon-y += sun4i_dotclock.o
obj-$(CONFIG_DRM_SUN4I) += sun4i-drm.o sun4i-tcon.o
obj-$(CONFIG_DRM_SUN4I) += sun4i_backend.o
-
+obj-$(CONFIG_DRM_SUN4I) += sun6i_drc.o
obj-$(CONFIG_DRM_SUN4I) += sun4i_tv.o