From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Reding Subject: Re: [PATCH v5 05/14] drm/exynos: dsi: add pass TE host ops to support LCD I80 interface Date: Wed, 9 Jul 2014 17:22:08 +0200 Message-ID: <20140709152207.GA17359@ulmo> References: <1404779987-5337-1-git-send-email-yj44.cho@samsung.com> <1404779987-5337-6-git-send-email-yj44.cho@samsung.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1439631575==" Return-path: In-Reply-To: <1404779987-5337-6-git-send-email-yj44.cho@samsung.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: YoungJun Cho Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, pawel.moll@arm.com, ijc+devicetree@hellion.org.uk, sw0312.kim@samsung.com, dri-devel@lists.freedesktop.org, a.hajda@samsung.com, kyungmin.park@samsung.com, robh+dt@kernel.org, galak@codeaurora.org, kgene.kim@samsung.com List-Id: devicetree@vger.kernel.org --===============1439631575== Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="XsQoSWH+UP9D9v3l" Content-Disposition: inline --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. >=20 > 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(+) >=20 > diff --git a/drivers/gpu/drm/exynos/exynos_drm_dsi.c b/drivers/gpu/drm/ex= ynos/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