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>
Showing
- drivers/gpu/drm/Makefile 1 addition, 0 deletionsdrivers/gpu/drm/Makefile
- drivers/gpu/drm/panel/Kconfig 14 additions, 0 deletionsdrivers/gpu/drm/panel/Kconfig
- drivers/gpu/drm/panel/Makefile 1 addition, 0 deletionsdrivers/gpu/drm/panel/Makefile
- drivers/gpu/drm/panel/panel-simple.c 417 additions, 0 deletionsdrivers/gpu/drm/panel/panel-simple.c
Loading
Please register or sign in to comment