drm/exynos: restore parallel output interface support
authorAndrzej Hajda <a.hajda@samsung.com>
Fri, 25 Apr 2014 07:47:37 +0000 (16:47 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:40 +0000 (11:47 +0900)
commit7b99ba1c94b6c45e32820353654b38b75bf1cf54
treeb569c18044f7bf79afae13164b5c0ad35f7cef1f
parent0a16179860de3b55c8bddc2568c80b2cecb44b7e
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