From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758078AbcIMJ7l (ORCPT ); Tue, 13 Sep 2016 05:59:41 -0400 Received: from mailgw02.mediatek.com ([210.61.82.184]:8382 "EHLO mailgw02.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1757632AbcIMJ7k (ORCPT ); Tue, 13 Sep 2016 05:59:40 -0400 Message-ID: <1473760774.28437.53.camel@mtksdaap41> Subject: Re: [PATCH v7 8/9] drm/mediatek: update DSI sub driver flow From: CK Hu To: YT Shen CC: , Philipp Zabel , David Airlie , Matthias Brugger , Daniel Kurtz , Mao Huang , Bibby Hsieh , "Daniel Vetter" , Thierry Reding , Jie Qiu , Maxime Ripard , Chris Wilson , shaoming chen , Jitao Shi , Boris Brezillon , Dan Carpenter , , , , , Sascha Hauer , , Date: Tue, 13 Sep 2016 17:59:34 +0800 In-Reply-To: <1473675347.12398.24.camel@mtksdaap41> References: <1472815484-43821-1-git-send-email-yt.shen@mediatek.com> <1472815484-43821-9-git-send-email-yt.shen@mediatek.com> <1473224283.11736.27.camel@mtksdaap41> <1473675347.12398.24.camel@mtksdaap41> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, YT: On Mon, 2016-09-12 at 18:15 +0800, YT Shen wrote: > Hi CK, > > On Wed, 2016-09-07 at 12:58 +0800, CK Hu wrote: > > Hi, YT: > > > > On Fri, 2016-09-02 at 19:24 +0800, YT Shen wrote: > > > This patch update enable/disable flow of DSI module and MIPI TX module > > > > > > Signed-off-by: shaoming chen > > > Signed-off-by: YT Shen > > > --- > > > > I think the description is too simple. Please briefly describe WHY of > > this patch. The original enable/disable flow is workable, so why do you > > need this patch? Without this patch, what problem would happen? > Got it, we will update more descriptions in the next version. > There is no transfer/interrupt function in the upstream DSI driver. > We also implement the following function [1][2] in this patch series. > > Original flow works on there is a bridge chip: DSI -> bridge -> panel. > In this case: DSI -> panel, the DSI sub driver flow should be updated. > We need to initialize DSI first so that we can send commands to panel. > > [1] https://patchwork.kernel.org/patch/9310819/ > drm/mediatek: add dsi interrupt control > [2] https://patchwork.kernel.org/patch/9310823/ > drm/mediatek: add dsi transfer function > I suggest you to separate "DSI directly connect to panel" related patches to another series because MT8173 could also apply it and it is not essential for MT2701 if MT2701 use bridge IC for dsi. Regards, CK > > > > Regards, > > CK > > > > > >