]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/gpu/drm/Kconfig
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)
commit8e22d79240d95c92b6cbc4c4e4139848de458927
tree2cf63bcf6d7efeffb09ecda8ac0cd9f85ec83dae
parent10c1b6183a163aca59ba92b88f2b4c4cecd20d4c
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]