]> git.baikalelectronics.ru Git - kernel.git/commit
drm/panel: Add simple panel support
authorThierry Reding <treding@nvidia.com>
Fri, 30 Aug 2013 13:10:14 +0000 (15:10 +0200)
committerThierry Reding <treding@nvidia.com>
Tue, 17 Dec 2013 17:09:51 +0000 (18:09 +0100)
commit27cd0e0977b5a4b6000944adf69ec3df260bfa01
tree10f9170b4018bfa46431a39336b4ce3782dd3de1
parentf84c1249197ce5f2b9ae1b7a116ae5c2532ab806
drm/panel: Add simple panel support

Add a driver for simple panels. Such panels can have a regulator that
provides the supply voltage and a separate GPIO to enable the panel.
Optionally the panels can have a backlight associated with them so it
can be enabled or disabled according to the panel's power management
mode.

Support is added for two panels: An AU Optronics 10.1" WSVGA and a
Chunghwa Picture Tubes 10.1" WXGA panel.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/Makefile
drivers/gpu/drm/panel/Kconfig
drivers/gpu/drm/panel/Makefile [new file with mode: 0644]
drivers/gpu/drm/panel/panel-simple.c [new file with mode: 0644]