From mboxrd@z Thu Jan 1 00:00:00 1970 From: YoungJun Cho Subject: Re: [PATCH v5 05/14] drm/exynos: dsi: add pass TE host ops to support LCD I80 interface Date: Mon, 14 Jul 2014 18:22:39 +0900 Message-ID: <53C3A15F.4020401@samsung.com> References: <1404779987-5337-1-git-send-email-yj44.cho@samsung.com> <1404779987-5337-6-git-send-email-yj44.cho@samsung.com> <20140709152207.GA17359@ulmo> <53BDE6FF.1000600@samsung.com> <20140710073826.GB17918@ulmo> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20140710073826.GB17918@ulmo> Sender: linux-samsung-soc-owner@vger.kernel.org To: Thierry Reding Cc: airlied@linux.ie, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux-samsung-soc@vger.kernel.org, kyungmin.park@samsung.com, inki.dae@samsung.com, kgene.kim@samsung.com, jy0922.shim@samsung.com, sw0312.kim@samsung.com, a.hajda@samsung.com List-Id: devicetree@vger.kernel.org Hi Thierry, Thank you for comment. On 07/10/2014 04:38 PM, Thierry Reding wrote: > On Thu, Jul 10, 2014 at 10:06:07AM +0900, YoungJun Cho wrote: >> On 07/10/2014 12:22 AM, Thierry Reding wrote: >>> On Tue, Jul 08, 2014 at 09:39:38AM +0900, YoungJun Cho wrote: >>>> To support LCD I80 interface, the DSI host calls this function >>>> to notify the panel tearing effect synchronization signal to >>>> the CRTC device manager to trigger to transfer video image. >>>> >>>> Signed-off-by: YoungJun Cho >>>> Acked-by: Inki Dae >>>> Acked-by: Kyungmin Park >>>> --- >>>> drivers/gpu/drm/exynos/exynos_drm_dsi.c | 11 +++++++++++ >>>> include/drm/drm_mipi_dsi.h | 7 +++++++ >>>> 2 files changed, 18 insertions(+) >>>> >>>> diff --git a/drivers/gpu/drm/exynos/exynos_drm_dsi.c b/drivers/gpu/drm/exynos/exynos_drm_dsi.c >>>> index dad543a..76e34ca 100644 >>>> --- a/drivers/gpu/drm/exynos/exynos_drm_dsi.c >>>> +++ b/drivers/gpu/drm/exynos/exynos_drm_dsi.c >>>> @@ -24,6 +24,7 @@ >>>> #include