From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751153AbdEaIIB convert rfc822-to-8bit (ORCPT ); Wed, 31 May 2017 04:08:01 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:32903 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751104AbdEaIH7 (ORCPT ); Wed, 31 May 2017 04:07:59 -0400 Date: Wed, 31 May 2017 10:07:55 +0200 From: Boris Brezillon To: Archit Taneja Cc: Philippe CORNU , Eric Anholt , "dri-devel@lists.freedesktop.org" , Andrzej Hajda , Laurent Pinchart , CK Hu , Philipp Zabel , Yannick FERTRE , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2 5/7] drm/ltdc: Use the panel-bridge helper. Message-ID: <20170531100755.1764b998@bbrezillon> In-Reply-To: References: <20170511183128.25085-1-eric@anholt.net> <20170511183128.25085-5-eric@anholt.net> <20170531082627.5953f75b@bbrezillon> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Archit, Le Wed, 31 May 2017 13:31:16 +0530, Archit Taneja a écrit : > Hi Boris, > > On 05/31/2017 11:56 AM, Boris Brezillon wrote: > > Hi Philippe, > > > > Le Tue, 30 May 2017 16:55:42 +0000, > > Philippe CORNU a écrit : > > > >> Hi Eric, > >> > >> I took your patch for the panel-bridge and it works perfectly in both > >> DPI mode (panel RGB //) and DSI mode (bridge dw mipi dsi), bravo :-) > > > > I still don't understand how it can work without a call to > > drm_bridge_attach() (which is used to link the RGB encoder to the DPI > > connector). I'm probably missing something obvious. Maybe someone can > > point it out :-). > > I think the expectation is that there will be a follow-up patch that > would add bridge support. Philippe had posted a patch for adding bridges > to ltdc before: > > https://patchwork.kernel.org/patch/9724835/ > > He can now redo his patch over Eric's panel-bridge patch-set. But by doing that you're breaking bisectability, or is it working when applying only Eric's patchset? If applying this patch breaks the driver, why not applying it after bridge support has been added to this driver? Regards, Boris