]> git.baikalelectronics.ru Git - kernel.git/commit
drm/exynos: restore parallel output interface support
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 17 Mar 2014 12:03:56 +0000 (13:03 +0100)
committerInki Dae <daeinki@gmail.com>
Sun, 23 Mar 2014 15:36:40 +0000 (00:36 +0900)
commit4b86eea333b16c2ee73387bbc4c36af62a1460ca
tree52e13bb2bb93b9c323f19a4eec3282dbd518911b
parentb0d83d61c95a1e9fa8735e7768f5dea46893fe67
drm/exynos: restore parallel output interface support

The patch adds parallel output interface to FIMD device driver.
It also restores support for panels initialized by boot loader,
but without proper kernel driver.
Driver uses video interface bindings to find connected panel.
It uses drm_panel interface to interact with the panel.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/Kconfig
drivers/gpu/drm/exynos/Makefile
drivers/gpu/drm/exynos/exynos_drm_dpi.c [new file with mode: 0644]
drivers/gpu/drm/exynos/exynos_drm_drv.h
drivers/gpu/drm/exynos/exynos_drm_fimd.c