diff options
author | Liviu Dudau <Liviu.Dudau@arm.com> | 2016-03-07 13:00:53 +0300 |
---|---|---|
committer | Liviu Dudau <Liviu.Dudau@arm.com> | 2016-06-15 19:29:22 +0300 |
commit | ad49f8602fe88929b185b21ccf43ff5196bbb7c3 (patch) | |
tree | 8b3cd2937deb1421fe6a3c52da138d1599c33869 /drivers/gpu/drm/arm/Makefile | |
parent | ee6ea993dfb27c4a809c3384b19b58eebea65a36 (diff) | |
download | linux-ad49f8602fe88929b185b21ccf43ff5196bbb7c3.tar.xz |
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/Makefile | 2 |
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 |