From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D7B7AC433F5 for ; Thu, 9 Dec 2021 08:36:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232739AbhLIIjs (ORCPT ); Thu, 9 Dec 2021 03:39:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35576 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230330AbhLIIjr (ORCPT ); Thu, 9 Dec 2021 03:39:47 -0500 Received: from mail-pj1-x1033.google.com (mail-pj1-x1033.google.com [IPv6:2607:f8b0:4864:20::1033]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF285C061746 for ; Thu, 9 Dec 2021 00:36:14 -0800 (PST) Received: by mail-pj1-x1033.google.com with SMTP id v23so3880614pjr.5 for ; Thu, 09 Dec 2021 00:36:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=gPSjlKUX+9Y5n3Sl0KL4uogsgbWr6pQzNUKzPDrEag4=; b=G7/Osq/HdjMvsJZjUwRfMyRbmVjGGXZpTKgarrqHDrUumHPJ1ehTj8it04M095FdrM Fn6RLK+ICZBDRLHJ9Ji9y66nI9SAl83MQ9Dox3m2la7OAUAvGLYn7k/yCrBudjYAmwxn t+i2KZMc2qzpZUyptdwwVfJR7sHpJw02H3F2M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gPSjlKUX+9Y5n3Sl0KL4uogsgbWr6pQzNUKzPDrEag4=; b=d0UChvlFn2x5tRhsd/7ReTxcBaMakfYDrn9mYfWQ64Rj96RIzOat6csdnU7HYU7+nE ABOmr/h2Mit5tCk/N/t5WpP32SBhY/EousNudL3ihXhEKsWaB9AfQFMT1Ox+SShifvSi Rcw6kIX/Bt6Z2znt6IbJN/DOBUEe4WEsd9NZ77rpvnOD3YBQqtz3hW+3VYg8pu+MFL7x sF3FdbfIgpSczfIzxlWD4Zr5X+TVdxan4OWfXASwW4GA82JlFpXXwykYoZKEPGz9kvow gY6lyGlT9n0EJrhoG8f9T/Zn+6nHrbCBQ5yrCknnIO1pheOR23r7Rmml0T4/cjjTuPUS 4WBA== X-Gm-Message-State: AOAM532g09vvN1dB8TX7iL66BYlSXKCSUYsZkWWoVLHBW0h9ZQxqXysY +yUuZ8pXzOoBNeclT4lU31o3fChxYzBlzfjuYpIktA== X-Google-Smtp-Source: ABdhPJw1c0KcLi7N1D0PrOBHMYuJDIXaLytxTcKjVE/FYrLOKMR01K4Ff3ReAIBG4TbdHAkUD9WaMzuK76CUVt18pSw= X-Received: by 2002:a17:902:8302:b0:143:6e5f:a4a0 with SMTP id bd2-20020a170902830200b001436e5fa4a0mr65790309plb.20.1639038974084; Thu, 09 Dec 2021 00:36:14 -0800 (PST) MIME-Version: 1.0 References: <20210704090230.26489-1-jagan@amarulasolutions.com> In-Reply-To: From: Michael Nazzareno Trimarchi Date: Thu, 9 Dec 2021 09:36:02 +0100 Message-ID: Subject: Re: [RFC PATCH 00/17] drm: bridge: Samsung MIPI DSIM bridge To: Tim Harvey Cc: Jagan Teki , Sam Ravnborg , Marek Vasut , devicetree , linux-samsung-soc , Joonyoung Shim , Neil Armstrong , linux-amarula , dri-devel , Krzysztof Kozlowski , Seung-Woo Kim , Robert Foss , Frieder Schrempf , Andrzej Hajda , Kyungmin Park , Laurent Pinchart , Daniel Vetter , linux-arm-kernel , NXP Linux Team Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Tim On Tue, Oct 5, 2021 at 11:43 PM Tim Harvey wrote: > > On Sun, Jul 25, 2021 at 10:14 AM Jagan Teki wrote: > > > > Hi Sam, > > > > On Sun, Jul 25, 2021 at 10:35 PM Sam Ravnborg wrote: > > > > > > Hi Jagan, > > > > > > On Sun, Jul 04, 2021 at 02:32:13PM +0530, Jagan Teki wrote: > > > > This series supports common bridge support for Samsung MIPI DSIM > > > > which is used in Exynos and i.MX8MM SoC's. > > > > > > > > The final bridge supports both the Exynos and i.MX8MM DSI devices. > > > > > > > > Right now bridge offers two sets of implementations. > > > > > > > > A. With component_ops and exynos specific code exclusively for > > > > exynos dsi drivers and it's legacy bindings. > > > > > > > > B. Without componenet_ops for newly implemented bridges and its > > > > users like i.MX8MM. > > > > > > > > The future plan is to fix the implementation A) by dropping > > > > component_ops and fixing exynos specific code in order to make > > > > the bridge more mature to use and the same is mentioned in > > > > drivers TODO. > > > > > > > > Patch 0001 - 0006: Bridge conversion > > > > Patch 0007 - 0017: Samsung MIPI DSIM bridge fixes, additions > > > > > > > > Tested in Engicam i.Core MX8M Mini SoM. > > > > > > > > Anyone interest, please have a look on this repo > > > > https://github.com/openedev/linux/tree/070421-imx8mm-dsim > > > > > > > > Would appreciate anyone from the exynos team to test it on > > > > the exynos platform? > > > > > > > > Any inputs? > > > > > > I really like where you are headign with this! > > > No testing - sorry. But I will try to provide a bit of feedback on the > > > individual patches. > > > > > > I hope you find a way to move forward with this. > > > > Thanks for the response. > > > > We have found some issues with Bridge conversion on existing exynos > > drivers. The component based DSI drivers(like exynos) are difficult to > > attach if it involves kms hotplug. kms hotplug would require drm > > pointer and that pointer would only available after the bind call > > finishes. But the bridge attach in bind call will defer till it find > > the attached bridge. > > > > Right now I'm trying to find the proper way to attach the bridges for > > component based DSI drivers which involves kms hot-plug. > > > > If you have any ideas on this, please let me know. > > > > Jagan, > > How is your progress on this series? Looking at your repo it looks > like you've rebased on top of 5.13-rc3 in your 070121-imx8mm-dsim > branch but you've got a lot of things there that are likely not > related to this series? I have a bit of work on those patches and tested on imx8mn. Basically: - add the dsi timing calculation - change few difference with samsung bridge - fix crashes of my dsi panels - compare with NXP driver the final results I found that I have one problem that gives me some instability. In the NXP original driver the panel needs to be enabled in bridge_enable before out the standby. If I understand correctly, our standby should be done after. I would like to have some feedback and help and testing on other boards/devices and some suggestions on how to handle some of the differences. Another big problem is etnavi that is not stable Michael > > Best regards, > > Tim > > -- Michael Nazzareno Trimarchi Co-Founder & Chief Executive Officer M. +39 347 913 2170 michael@amarulasolutions.com __________________________________ Amarula Solutions BV Joop Geesinkweg 125, 1114 AB, Amsterdam, NL T. +31 (0)85 111 9172 info@amarulasolutions.com www.amarulasolutions.com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2DB77C433EF for ; Thu, 9 Dec 2021 08:38:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=O2OK+MGXo5g5dzASZU9zcoDT7NBMSsBLMbGFMzps9zU=; b=xGZJvIrLDwZl4o 39l3PKcOTawc6I6AXSGUsw4pcOMNeXMLjt+pAqemn4AqQnGhEIxRbCVK8PxEIMGUrfxhuIkxPheWT FWw1VpdlIGc6nRiZmjmYoOrcdAtTF6bFU70yckow+yijfVRCqMYjWwTt804jpY36Qv3/k6i5SMS+B R+oXwV89IrVEio5d9hJFMEyFCNj0b+pEp0yehJStHbRNrbe+vJgM0vmemnp+lmlX9mSm6pCG+SjtM lCxU0xtw3ykAtIkcSFnlDv5gH3KhF8v7LKm8kz77BfzbAdCXElAX56j45Wh3Lbm8ihMeoNEpmWNAW HdfJvsvyfXGylDUS6dww==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mvEua-00FFlf-JU; Thu, 09 Dec 2021 08:36:20 +0000 Received: from mail-pj1-x1030.google.com ([2607:f8b0:4864:20::1030]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mvEuW-00FFkr-Bm for linux-arm-kernel@lists.infradead.org; Thu, 09 Dec 2021 08:36:18 +0000 Received: by mail-pj1-x1030.google.com with SMTP id np6-20020a17090b4c4600b001a90b011e06so4227133pjb.5 for ; Thu, 09 Dec 2021 00:36:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=gPSjlKUX+9Y5n3Sl0KL4uogsgbWr6pQzNUKzPDrEag4=; b=G7/Osq/HdjMvsJZjUwRfMyRbmVjGGXZpTKgarrqHDrUumHPJ1ehTj8it04M095FdrM Fn6RLK+ICZBDRLHJ9Ji9y66nI9SAl83MQ9Dox3m2la7OAUAvGLYn7k/yCrBudjYAmwxn t+i2KZMc2qzpZUyptdwwVfJR7sHpJw02H3F2M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gPSjlKUX+9Y5n3Sl0KL4uogsgbWr6pQzNUKzPDrEag4=; b=XZ27N+sMiOc7m/XzB9iGKmNMw49tQ9WBTT5/Sr7VqPag18Ej1rpJBoJ+fsN9N3DB+V VVqzbLYyTBinjYha1CNRfZUSh+6uK56bfYiHDqPnocCvKXbUVOC45DpefiN8TvZjo47+ nPeXfvuRiHZU/HTjo1CY8PyJtVdd/KVnL1Iwy7b+la0YgakUpKgxR1fWHmjCUA//H+z+ 3iq6zjmMHdtallvnHH+mH4xCBNHgLKJXPLhEXtyf+aCivzLA1VOwkfym9jvUvmyx91p2 eIS8H58fKpUK6TbwYtffmyN5NPwfo49h5+Aelu57+/V0Lbyc8O6g60VcpFql6iTlxjM3 pYpg== X-Gm-Message-State: AOAM530o9XxyMqNZjz3hTtkbdun0r0yT0d5q1blHWb+kPed0CSH926mR 8woaJzXDLkDFzG9AHMyzeulplhvYXbz8V/pHshE1ww== X-Google-Smtp-Source: ABdhPJw1c0KcLi7N1D0PrOBHMYuJDIXaLytxTcKjVE/FYrLOKMR01K4Ff3ReAIBG4TbdHAkUD9WaMzuK76CUVt18pSw= X-Received: by 2002:a17:902:8302:b0:143:6e5f:a4a0 with SMTP id bd2-20020a170902830200b001436e5fa4a0mr65790309plb.20.1639038974084; Thu, 09 Dec 2021 00:36:14 -0800 (PST) MIME-Version: 1.0 References: <20210704090230.26489-1-jagan@amarulasolutions.com> In-Reply-To: From: Michael Nazzareno Trimarchi Date: Thu, 9 Dec 2021 09:36:02 +0100 Message-ID: Subject: Re: [RFC PATCH 00/17] drm: bridge: Samsung MIPI DSIM bridge To: Tim Harvey Cc: Jagan Teki , Sam Ravnborg , Marek Vasut , devicetree , linux-samsung-soc , Joonyoung Shim , Neil Armstrong , linux-amarula , dri-devel , Krzysztof Kozlowski , Seung-Woo Kim , Robert Foss , Frieder Schrempf , Andrzej Hajda , Kyungmin Park , Laurent Pinchart , Daniel Vetter , linux-arm-kernel , NXP Linux Team X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211209_003616_429942_1DEBBF0D X-CRM114-Status: GOOD ( 38.66 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Tim On Tue, Oct 5, 2021 at 11:43 PM Tim Harvey wrote: > > On Sun, Jul 25, 2021 at 10:14 AM Jagan Teki wrote: > > > > Hi Sam, > > > > On Sun, Jul 25, 2021 at 10:35 PM Sam Ravnborg wrote: > > > > > > Hi Jagan, > > > > > > On Sun, Jul 04, 2021 at 02:32:13PM +0530, Jagan Teki wrote: > > > > This series supports common bridge support for Samsung MIPI DSIM > > > > which is used in Exynos and i.MX8MM SoC's. > > > > > > > > The final bridge supports both the Exynos and i.MX8MM DSI devices. > > > > > > > > Right now bridge offers two sets of implementations. > > > > > > > > A. With component_ops and exynos specific code exclusively for > > > > exynos dsi drivers and it's legacy bindings. > > > > > > > > B. Without componenet_ops for newly implemented bridges and its > > > > users like i.MX8MM. > > > > > > > > The future plan is to fix the implementation A) by dropping > > > > component_ops and fixing exynos specific code in order to make > > > > the bridge more mature to use and the same is mentioned in > > > > drivers TODO. > > > > > > > > Patch 0001 - 0006: Bridge conversion > > > > Patch 0007 - 0017: Samsung MIPI DSIM bridge fixes, additions > > > > > > > > Tested in Engicam i.Core MX8M Mini SoM. > > > > > > > > Anyone interest, please have a look on this repo > > > > https://github.com/openedev/linux/tree/070421-imx8mm-dsim > > > > > > > > Would appreciate anyone from the exynos team to test it on > > > > the exynos platform? > > > > > > > > Any inputs? > > > > > > I really like where you are headign with this! > > > No testing - sorry. But I will try to provide a bit of feedback on the > > > individual patches. > > > > > > I hope you find a way to move forward with this. > > > > Thanks for the response. > > > > We have found some issues with Bridge conversion on existing exynos > > drivers. The component based DSI drivers(like exynos) are difficult to > > attach if it involves kms hotplug. kms hotplug would require drm > > pointer and that pointer would only available after the bind call > > finishes. But the bridge attach in bind call will defer till it find > > the attached bridge. > > > > Right now I'm trying to find the proper way to attach the bridges for > > component based DSI drivers which involves kms hot-plug. > > > > If you have any ideas on this, please let me know. > > > > Jagan, > > How is your progress on this series? Looking at your repo it looks > like you've rebased on top of 5.13-rc3 in your 070121-imx8mm-dsim > branch but you've got a lot of things there that are likely not > related to this series? I have a bit of work on those patches and tested on imx8mn. Basically: - add the dsi timing calculation - change few difference with samsung bridge - fix crashes of my dsi panels - compare with NXP driver the final results I found that I have one problem that gives me some instability. In the NXP original driver the panel needs to be enabled in bridge_enable before out the standby. If I understand correctly, our standby should be done after. I would like to have some feedback and help and testing on other boards/devices and some suggestions on how to handle some of the differences. Another big problem is etnavi that is not stable Michael > > Best regards, > > Tim > > -- Michael Nazzareno Trimarchi Co-Founder & Chief Executive Officer M. +39 347 913 2170 michael@amarulasolutions.com __________________________________ Amarula Solutions BV Joop Geesinkweg 125, 1114 AB, Amsterdam, NL T. +31 (0)85 111 9172 info@amarulasolutions.com www.amarulasolutions.com _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 68711C43217 for ; Thu, 9 Dec 2021 16:56:23 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 11C8710E715; Thu, 9 Dec 2021 16:53:22 +0000 (UTC) Received: from mail-pl1-x634.google.com (mail-pl1-x634.google.com [IPv6:2607:f8b0:4864:20::634]) by gabe.freedesktop.org (Postfix) with ESMTPS id 2FB6310E116 for ; Thu, 9 Dec 2021 08:36:14 +0000 (UTC) Received: by mail-pl1-x634.google.com with SMTP id m24so3336454pls.10 for ; Thu, 09 Dec 2021 00:36:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amarulasolutions.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=gPSjlKUX+9Y5n3Sl0KL4uogsgbWr6pQzNUKzPDrEag4=; b=G7/Osq/HdjMvsJZjUwRfMyRbmVjGGXZpTKgarrqHDrUumHPJ1ehTj8it04M095FdrM Fn6RLK+ICZBDRLHJ9Ji9y66nI9SAl83MQ9Dox3m2la7OAUAvGLYn7k/yCrBudjYAmwxn t+i2KZMc2qzpZUyptdwwVfJR7sHpJw02H3F2M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=gPSjlKUX+9Y5n3Sl0KL4uogsgbWr6pQzNUKzPDrEag4=; b=RqxItCkgYbnm2E9247joSXeTp5rfOo/jRnKKfO1gYgzRryefZJnTXmufGmWgR7449P tdKeiMVEEwCfOB29pP1DNnaUwzHb5fSaoVe8U9RNECmVOn4MNAEhUM/koW/gIiu80PCU iAVwoO80LqDcKfnswxoR6Ol4yjv71S8Qy9YFRFbeEfTc40cTsl1B6PkWA81t7RA6/UAT BkqRuSngxAMRjJTeuUlkkASAQDHAiRIG7pLL7qt6p/EHNW2NwS2Ozj8sBIB0gPya1i9b xL5TrJjOw36B6sHvHH0+UeoE4o5HQtGoNSgrPszzJTOCgT0+Nwu6SW+k48yX2jgtGeel JJGQ== X-Gm-Message-State: AOAM533zYbyJxYpNEY7mKu7ee7kieq0ytpxgu13lbIU4giBoOY7czwnu CM8bM4fliM/lR8Vde4yfU/v3SwyyipNLdiPpegGPcg== X-Google-Smtp-Source: ABdhPJw1c0KcLi7N1D0PrOBHMYuJDIXaLytxTcKjVE/FYrLOKMR01K4Ff3ReAIBG4TbdHAkUD9WaMzuK76CUVt18pSw= X-Received: by 2002:a17:902:8302:b0:143:6e5f:a4a0 with SMTP id bd2-20020a170902830200b001436e5fa4a0mr65790309plb.20.1639038974084; Thu, 09 Dec 2021 00:36:14 -0800 (PST) MIME-Version: 1.0 References: <20210704090230.26489-1-jagan@amarulasolutions.com> In-Reply-To: From: Michael Nazzareno Trimarchi Date: Thu, 9 Dec 2021 09:36:02 +0100 Message-ID: Subject: Re: [RFC PATCH 00/17] drm: bridge: Samsung MIPI DSIM bridge To: Tim Harvey Content-Type: text/plain; charset="UTF-8" X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Marek Vasut , devicetree , linux-samsung-soc , Joonyoung Shim , linux-arm-kernel , Neil Armstrong , linux-amarula , Krzysztof Kozlowski , Seung-Woo Kim , NXP Linux Team , dri-devel , Frieder Schrempf , Andrzej Hajda , Kyungmin Park , Jagan Teki , Daniel Vetter , Sam Ravnborg , Robert Foss , Laurent Pinchart Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Tim On Tue, Oct 5, 2021 at 11:43 PM Tim Harvey wrote: > > On Sun, Jul 25, 2021 at 10:14 AM Jagan Teki wrote: > > > > Hi Sam, > > > > On Sun, Jul 25, 2021 at 10:35 PM Sam Ravnborg wrote: > > > > > > Hi Jagan, > > > > > > On Sun, Jul 04, 2021 at 02:32:13PM +0530, Jagan Teki wrote: > > > > This series supports common bridge support for Samsung MIPI DSIM > > > > which is used in Exynos and i.MX8MM SoC's. > > > > > > > > The final bridge supports both the Exynos and i.MX8MM DSI devices. > > > > > > > > Right now bridge offers two sets of implementations. > > > > > > > > A. With component_ops and exynos specific code exclusively for > > > > exynos dsi drivers and it's legacy bindings. > > > > > > > > B. Without componenet_ops for newly implemented bridges and its > > > > users like i.MX8MM. > > > > > > > > The future plan is to fix the implementation A) by dropping > > > > component_ops and fixing exynos specific code in order to make > > > > the bridge more mature to use and the same is mentioned in > > > > drivers TODO. > > > > > > > > Patch 0001 - 0006: Bridge conversion > > > > Patch 0007 - 0017: Samsung MIPI DSIM bridge fixes, additions > > > > > > > > Tested in Engicam i.Core MX8M Mini SoM. > > > > > > > > Anyone interest, please have a look on this repo > > > > https://github.com/openedev/linux/tree/070421-imx8mm-dsim > > > > > > > > Would appreciate anyone from the exynos team to test it on > > > > the exynos platform? > > > > > > > > Any inputs? > > > > > > I really like where you are headign with this! > > > No testing - sorry. But I will try to provide a bit of feedback on the > > > individual patches. > > > > > > I hope you find a way to move forward with this. > > > > Thanks for the response. > > > > We have found some issues with Bridge conversion on existing exynos > > drivers. The component based DSI drivers(like exynos) are difficult to > > attach if it involves kms hotplug. kms hotplug would require drm > > pointer and that pointer would only available after the bind call > > finishes. But the bridge attach in bind call will defer till it find > > the attached bridge. > > > > Right now I'm trying to find the proper way to attach the bridges for > > component based DSI drivers which involves kms hot-plug. > > > > If you have any ideas on this, please let me know. > > > > Jagan, > > How is your progress on this series? Looking at your repo it looks > like you've rebased on top of 5.13-rc3 in your 070121-imx8mm-dsim > branch but you've got a lot of things there that are likely not > related to this series? I have a bit of work on those patches and tested on imx8mn. Basically: - add the dsi timing calculation - change few difference with samsung bridge - fix crashes of my dsi panels - compare with NXP driver the final results I found that I have one problem that gives me some instability. In the NXP original driver the panel needs to be enabled in bridge_enable before out the standby. If I understand correctly, our standby should be done after. I would like to have some feedback and help and testing on other boards/devices and some suggestions on how to handle some of the differences. Another big problem is etnavi that is not stable Michael > > Best regards, > > Tim > > -- Michael Nazzareno Trimarchi Co-Founder & Chief Executive Officer M. +39 347 913 2170 michael@amarulasolutions.com __________________________________ Amarula Solutions BV Joop Geesinkweg 125, 1114 AB, Amsterdam, NL T. +31 (0)85 111 9172 info@amarulasolutions.com www.amarulasolutions.com