Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp1508927ybk; Thu, 14 May 2020 10:39:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyvoUgWP4BHvabw/mligwKgCYYw1iWT/iM+71JWA7leAzbjZl/J/Kx9YVIChG438aCYUIgv X-Received: by 2002:a50:955a:: with SMTP id v26mr5089393eda.5.1589477974203; Thu, 14 May 2020 10:39:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589477974; cv=none; d=google.com; s=arc-20160816; b=Tn4xh3GCdVGVT0/IgPFr+FuvjvZy238NY/FFmvLUFm/CRqD0VoIp2qqDbpMWXaqmbT anrVL0eROxsrQU0FLQU5YR7mP1Qr9pR8X18SPkWCZQ7CyEoa1jXQys19xRBuz7+B0+Zw A0YMwl51bF5nt3zYbdwYQ7uV5FDwloJuj92CdCAq6Ctein8KpHK5198EZWJpAaj+ZKRl XqaqPdPT7xxYJkHMdTYouNU9m6A91FrEU6VytT14/bdRkPNcdd/gn9tO0mKUmllfrJ35 YK1XeobKIIG9ELYuLWG/vV8bDPol058dyHu5hj3LWuZYYo+0nq4VOwHht5H2QevGrnHq 8a8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:references:cc:to:from:subject; bh=bLv00S10gMmHCOFJ0AgczuP3ETzl/IeuF5d6V8EtdWI=; b=Evmrvs4cTSz870dmuzrl3fLFWic2fZ5mxc5d+nn9wEIl7pQv4p1U8tW5E9pdYvkodI A0WIh6pHKGIj77/2HRslR9c6zQz1d9XUiIKG7D6AmTl3XfJoxH8rO5+1EXjOuooiM8b2 zFpUUGIm3zytnusnoAud9Pyk6N5s/pCPp2zFjh6zgWELq/pdkBO1vxuNfLuWw/laVWTQ gYI5JtM+JZ1sdclLeslTX7mB43psAE20iniEjmCx4ks5dQyY6cKj2PMfIuFLRJtDHgIk 4L4YLAFZ/foL974Il9Eyn7jt+hmmgwltDb/mHoBc+PLSx0aODiZVdbRpKCHY8T+A0z8/ PgIA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id f15si2223565ejx.180.2020.05.14.10.39.10; Thu, 14 May 2020 10:39:34 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726088AbgENRfk (ORCPT + 99 others); Thu, 14 May 2020 13:35:40 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:34196 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726027AbgENRfk (ORCPT ); Thu, 14 May 2020 13:35:40 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id BC1342A2FBF Subject: Re: [PATCH v4 7/7] drm/mediatek: mtk_dsi: Create connector for bridges From: Enric Balletbo i Serra To: Chun-Kuang Hu Cc: Enric Balletbo Serra , linux-kernel , Collabora Kernel ML , Nicolas Boichat , Philipp Zabel , David Airlie , dri-devel , "moderated list:ARM/Mediatek SoC support" , Laurent Pinchart , Daniel Vetter , Hsin-Yi Wang , Matthias Brugger , Sam Ravnborg , Linux ARM References: <20200501152335.1805790-1-enric.balletbo@collabora.com> <20200501152335.1805790-8-enric.balletbo@collabora.com> <53683f2d-23c7-57ab-2056-520c50795ffe@collabora.com> <37191700-5832-2931-5764-7f7fddd023b9@collabora.com> Message-ID: Date: Thu, 14 May 2020 19:35:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <37191700-5832-2931-5764-7f7fddd023b9@collabora.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi again, On 14/5/20 19:12, Enric Balletbo i Serra wrote: > Hi Chun-Kuang, > > On 14/5/20 18:44, Chun-Kuang Hu wrote: >> Hi, Enric: >> >> Enric Balletbo i Serra 於 2020年5月14日 週四 下午11:42寫道: >>> >>> Hi Chun-Kuang, >>> >>> On 14/5/20 16:28, Chun-Kuang Hu wrote: >>>> Hi, Enric: >>>> >>>> Enric Balletbo Serra 於 2020年5月14日 週四 上午12:41寫道: >>>>> >>>>> Hi Chun-Kuang, >>>>> >>>>> Missatge de Enric Balletbo i Serra del >>>>> dia dv., 1 de maig 2020 a les 17:25: >>>>>> >>>>>> Use the drm_bridge_connector helper to create a connector for pipelines >>>>>> that use drm_bridge. This allows splitting connector operations across >>>>>> multiple bridges when necessary, instead of having the last bridge in >>>>>> the chain creating the connector and handling all connector operations >>>>>> internally. >>>>>> >>>>>> Signed-off-by: Enric Balletbo i Serra >>>>>> Acked-by: Sam Ravnborg >>>>> >>>>> A gentle ping on this, I think that this one is the only one that >>>>> still needs a review in the series. >>>> >>>> This is what I reply in patch v3: >>>> >>> >>> Sorry for missing this. >>> >>>> I think the panel is wrapped into next_bridge here, >>>> >>> >>> Yes, you can have for example: >>> >>> 1. drm_bridge (mtk_dsi) -> drm_bridge (ps8640 - dsi-to-edp) -> drm_panel_bridge >>> (edp panel) >>> >>> or a >>> >>> 2. drm_bridge (mtk_dsi)-> drm_panel_bridge (dsi panel) >>> >>> The _first_ one is my use case >>> >>>> if (panel) { >>> >>> This handles the second case, where you attach a dsi panel. >>> >>>> dsi->next_bridge = devm_drm_panel_bridge_add(dev, panel); >>>> >>>> so the next_bridge is a panel_bridge, in its attach function >>>> panel_bridge_attach(), >>>> according to the flag DRM_BRIDGE_ATTACH_NO_CONNECTOR, if not exist, >>>> it would create connector and attach connector to panel. >>>> >>>> I'm not sure this flag would exist or not, but for both case, it's strange. >>>> If exist, you create connector in this patch but no where to attach >>>> connector to panel. >>> >>> Yes, in fact, this is transitional patch needed, as once I converted mtk_dpi, >>> mtk_dsi and mtk_hdmi to the new drm_bridge API the drm_bridge_connector_init() >>> will be done in mtk_drm_drv. We will need to call drm_bridge_connector_init for >>> dpi and dsi pipes and remove that call from mtk_dsi and mtk_dpi drivers. The >>> graphic controller driver should create connectors and CRTCs, as example you can >>> take a look at drivers/gpu/drm/omapdrm/omap_drv.c >>> >> >> I have such question because I've reviewed omap's driver. In omap's >> driver, after it call drm_bridge_connector_init(), it does this: >> >> if (pipe->output->panel) { >> ret = drm_panel_attach(pipe->output->panel, >> pipe->connector); >> if (ret < 0) >> return ret; >> } >> >> In this patch, you does not do this. >> > > I see, so yes, I am probably missing call drm_panel_attach in case there is a > direct panel attached. Thanks for pointing it. > > I'll send a new version adding the drm_panel_attach call. > Wait, shouldn't panel be attached on the call of mtk_dsi_bridge_attach as next_bridge points to a bridge or a panel? static int mtk_dsi_bridge_attach(struct drm_bridge *bridge, enum drm_bridge_attach_flags flags) { struct mtk_dsi *dsi = bridge_to_dsi(bridge); /* Attach the panel or bridge to the dsi bridge */ return drm_bridge_attach(bridge->encoder, dsi->next_bridge, &dsi->bridge, flags); } Or I am continuing misunderstanding all this? >>>> If not exist, the next_brige would create one connector and this brige >>>> would create another connector. >>>> >>>> I think in your case, mtk_dsi does not directly connect to a panel, so >>> >>> Exactly >>> >>>> I need a exact explain. Or someone could test this on a >>>> directly-connect-panel platform. >>> >>> I don't think I am breaking this use case but AFAICS there is no users in >>> mainline that directly connect a panel using the mediatek driver. As I said my >>> use case is the other so I can't really test. Do you know anyone that can test this? >> >> I'm not sure who can test this, but [1], which is sent by YT Shen in a >> series, is a patch to support dsi command mode so dsi could directly >> connect to panel. >> >> [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/gpu/drm/mediatek?h=v5.7-rc5&id=21898816831fc60c92dd634ab4316a24da7eb4af >> >> It's better that someone could test this case, but if no one would >> test this, I could also accept a good-look patch. >> >> Regards, >> Chun-Kuang. >> >>> >>> Thanks, >>> Enric >>> >>>> >>>> Regards, >>>> Chun-Kuang. >>>> >>>>> >>>>> Thanks, >>>>> Enric >>>>> >>>>>> --- >>>>>> >>>>>> Changes in v4: None >>>>>> Changes in v3: >>>>>> - Move the bridge.type line to the patch that adds drm_bridge support. (Laurent Pinchart) >>>>>> >>>>>> Changes in v2: None >>>>>> >>>>>> drivers/gpu/drm/mediatek/mtk_dsi.c | 13 ++++++++++++- >>>>>> 1 file changed, 12 insertions(+), 1 deletion(-) >>>>>> >>>>>> diff --git a/drivers/gpu/drm/mediatek/mtk_dsi.c b/drivers/gpu/drm/mediatek/mtk_dsi.c >>>>>> index 4f3bd095c1ee..471fcafdf348 100644 >>>>>> --- a/drivers/gpu/drm/mediatek/mtk_dsi.c >>>>>> +++ b/drivers/gpu/drm/mediatek/mtk_dsi.c >>>>>> @@ -17,6 +17,7 @@ >>>>>> >>>>>> #include >>>>>> #include >>>>>> +#include >>>>>> #include >>>>>> #include >>>>>> #include >>>>>> @@ -183,6 +184,7 @@ struct mtk_dsi { >>>>>> struct drm_encoder encoder; >>>>>> struct drm_bridge bridge; >>>>>> struct drm_bridge *next_bridge; >>>>>> + struct drm_connector *connector; >>>>>> struct phy *phy; >>>>>> >>>>>> void __iomem *regs; >>>>>> @@ -977,10 +979,19 @@ static int mtk_dsi_encoder_init(struct drm_device *drm, struct mtk_dsi *dsi) >>>>>> */ >>>>>> dsi->encoder.possible_crtcs = 1; >>>>>> >>>>>> - ret = drm_bridge_attach(&dsi->encoder, &dsi->bridge, NULL, 0); >>>>>> + ret = drm_bridge_attach(&dsi->encoder, &dsi->bridge, NULL, >>>>>> + DRM_BRIDGE_ATTACH_NO_CONNECTOR); >>>>>> if (ret) >>>>>> goto err_cleanup_encoder; >>>>>> >>>>>> + dsi->connector = drm_bridge_connector_init(drm, &dsi->encoder); >>>>>> + if (IS_ERR(dsi->connector)) { >>>>>> + DRM_ERROR("Unable to create bridge connector\n"); >>>>>> + ret = PTR_ERR(dsi->connector); >>>>>> + goto err_cleanup_encoder; >>>>>> + } >>>>>> + drm_connector_attach_encoder(dsi->connector, &dsi->encoder); >>>>>> + >>>>>> return 0; >>>>>> >>>>>> err_cleanup_encoder: >>>>>> -- >>>>>> 2.26.2 >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> Linux-mediatek mailing list >>>>>> Linux-mediatek@lists.infradead.org >>>>>> http://lists.infradead.org/mailman/listinfo/linux-mediatek >