diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2014-04-02 11:35:27 +0400 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2014-04-04 16:24:49 +0400 |
commit | 02051ca063717911eb2800a8b1de29f8a3603f62 (patch) | |
tree | 24296b77f0cecf6f6ca2aa74f67669c0b3efbc9b /drivers/gpu/drm/panel/Makefile | |
parent | ffff29d1e37eb1e4a739ba920982284f98a4b1b6 (diff) | |
download | linux-02051ca063717911eb2800a8b1de29f8a3603f62.tar.xz |
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/Makefile')
-rw-r--r-- | drivers/gpu/drm/panel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/panel/Makefile b/drivers/gpu/drm/panel/Makefile index 4f7dfce64baa..8b929212fad7 100644 --- a/drivers/gpu/drm/panel/Makefile +++ b/drivers/gpu/drm/panel/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_DRM_PANEL_SIMPLE) += panel-simple.o obj-$(CONFIG_DRM_PANEL_LD9040) += panel-ld9040.o +obj-$(CONFIG_DRM_PANEL_S6E8AA0) += panel-s6e8aa0.o |