forked from luck/tmp_suning_uos_patched
ad49f8602f
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>
5 lines
183 B
Makefile
5 lines
183 B
Makefile
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
|