]> 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)
commite5d7c278a35626aacc40680b5f4a5be2ffc86970
tree52e13bb2bb93b9c323f19a4eec3282dbd518911b
parent354d2884d022e9348b97eb968b0a323664bf7da5
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