From: YoungJun Cho Date: Tue, 22 Jul 2014 10:49:44 +0000 (+0900) Subject: drm/exynos: dsi: add TE interrupt handler to support LCD I80 interface X-Git-Tag: v6.6-pxa1908~22828^2~23^2~27 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e17ddecc3aa519b7e59edf490e34ac036be1f8b8;p=linux.git drm/exynos: dsi: add TE interrupt handler to support LCD I80 interface This is a temporary solution and should be made by more generic way. To support LCD I80 interface, the DSI host should register TE interrupt handler from the TE GPIO of attached panel. So the panel generates a tearing effect synchronization signal then the DSI host calls the CRTC device manager to trigger to transfer video image. Signed-off-by: YoungJun Cho Acked-by: Inki Dae Acked-by: Kyungmin Park Signed-off-by: Inki Dae --- diff --git a/drivers/gpu/drm/exynos/exynos_drm_dsi.c b/drivers/gpu/drm/exynos/exynos_drm_dsi.c index 58bfb2a2a19b..a19107af1c3b 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_dsi.c +++ b/drivers/gpu/drm/exynos/exynos_drm_dsi.c @@ -16,7 +16,9 @@ #include #include +#include #include +#include #include #include #include @@ -24,6 +26,7 @@ #include