aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/Makefile
diff options
context:
space:
mode:
authorLiviu Dudau <Liviu.Dudau@arm.com>2016-03-07 10:00:53 +0000
committerLiviu Dudau <Liviu.Dudau@arm.com>2016-06-15 17:29:22 +0100
commitad49f8602fe88929b185b21ccf43ff5196bbb7c3 (patch)
tree8b3cd2937deb1421fe6a3c52da138d1599c33869 /drivers/gpu/drm/arm/Makefile
parentdt/bindings: display: Add DT bindings for Mali Display Processors. (diff)
downloadlinux-dev-ad49f8602fe88929b185b21ccf43ff5196bbb7c3.tar.xz
linux-dev-ad49f8602fe88929b185b21ccf43ff5196bbb7c3.zip
drm/arm: Add support for Mali Display Processors
Add support for the new family of Display Processors from ARM Ltd. This commit adds basic support for Mali DP500, DP550 and DP650 parts, with only the display engine being supported at the moment. Cc: David Brown <David.Brown@arm.com> Cc: Brian Starkey <Brian.Starkey@arm.com> Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/arm/Makefile')
-rw-r--r--drivers/gpu/drm/arm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/arm/Makefile b/drivers/gpu/drm/arm/Makefile
index 89dcb7bab93a..bb8b158ff90d 100644
--- a/drivers/gpu/drm/arm/Makefile
+++ b/drivers/gpu/drm/arm/Makefile
@@ -1,2 +1,4 @@
hdlcd-y := hdlcd_drv.o hdlcd_crtc.o
obj-$(CONFIG_DRM_HDLCD) += hdlcd.o
+mali-dp-y := malidp_drv.o malidp_hw.o malidp_planes.o malidp_crtc.o
+obj-$(CONFIG_DRM_MALI_DISPLAY) += mali-dp.o