]> git.baikalelectronics.ru Git - kernel.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, 10 Feb 2016 13:44:16 +0000 (13:44 +0000)
commitf2692238c225c2e00f279bae5b210b2683080439
tree2cf63bcf6d7efeffb09ecda8ac0cd9f85ec83dae
parent947ca4dc25d14438602c5ed2f2e49d7621441d33
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]