]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm: Add support for ARM's HDLCD controller.
authorLiviu Dudau <Liviu.Dudau@arm.com>
Thu, 2 Apr 2015 18:48:39 +0000 (19:48 +0100)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Wed, 13 Jan 2016 12:28:54 +0000 (12:28 +0000)
commit5f5d489ed278cb83069060e7fdb80d6aa5bf5ce4
tree7459d45ed0977fccdcea2596cab75747778ce02d
parent37fd5b6c28d510c6e0e903f01ae6f059552cd461
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>
drivers/gpu/drm/Kconfig
drivers/gpu/drm/Makefile
drivers/gpu/drm/arm/Kconfig [new file with mode: 0644]
drivers/gpu/drm/arm/Makefile [new file with mode: 0644]
drivers/gpu/drm/arm/hdlcd_crtc.c [new file with mode: 0644]
drivers/gpu/drm/arm/hdlcd_drv.c [new file with mode: 0644]
drivers/gpu/drm/arm/hdlcd_drv.h [new file with mode: 0644]
drivers/gpu/drm/arm/hdlcd_regs.h [new file with mode: 0644]