drm: Add support for ARM's HDLCD controller.
The HDLCD controller is a display controller that supports resolutions up to 4096x4096 pixels. It is present on various development boards produced by ARM Ltd and emulated by the latest Fast Models from the company. Cc: David Airlie <airlied@linux.ie> Cc: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com> [Kconfig cleanup and !CONFIG_PM fixes] Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
2
drivers/gpu/drm/arm/Makefile
Normal file
2
drivers/gpu/drm/arm/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
hdlcd-y := hdlcd_drv.o hdlcd_crtc.o
|
||||
obj-$(CONFIG_DRM_HDLCD) += hdlcd.o
|
Reference in New Issue
Block a user