diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2014-04-02 16:35:27 +0900 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2014-04-04 21:24:49 +0900 |
commit | 02051ca063717911eb2800a8b1de29f8a3603f62 (patch) | |
tree | 24296b77f0cecf6f6ca2aa74f67669c0b3efbc9b /drivers/gpu/drm/panel/Kconfig | |
parent | ffff29d1e37eb1e4a739ba920982284f98a4b1b6 (diff) | |
download | lwn-02051ca063717911eb2800a8b1de29f8a3603f62.tar.gz lwn-02051ca063717911eb2800a8b1de29f8a3603f62.zip |
drm/panel: add S6E8AA0 driver
The patch adds MIPI-DSI based S6E8AA0 AMOLED LCD panel driver.
Driver uses mipi_dsi bus to communicate with panel and exposes drm_panel
interface.
v2
- added bus error handling,
- set maxmimum DSI packet size on init,
- removed unsupported brightness drm_panel callbacks,
- minor improvements
v3
- switched to gpiod framework,
- minor fixes in error handling
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/panel/Kconfig')
-rw-r--r-- | drivers/gpu/drm/panel/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/Kconfig b/drivers/gpu/drm/panel/Kconfig index f0fcb626a58c..4ec874da5668 100644 --- a/drivers/gpu/drm/panel/Kconfig +++ b/drivers/gpu/drm/panel/Kconfig @@ -23,4 +23,11 @@ config DRM_PANEL_LD9040 select SPI select VIDEOMODE_HELPERS +config DRM_PANEL_S6E8AA0 + tristate "S6E8AA0 DSI video mode panel" + depends on DRM && DRM_PANEL + depends on OF + select DRM_MIPI_DSI + select VIDEOMODE_HELPERS + endmenu |