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 X-Spam-Level: X-Spam-Status: No, score=-2.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9E39C43603 for ; Wed, 18 Dec 2019 14:46:40 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 9B2052176D for ; Wed, 18 Dec 2019 14:46:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="DX1J7pKI" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9B2052176D Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 11A4E6E48D; Wed, 18 Dec 2019 14:46:40 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id E61806E48D for ; Wed, 18 Dec 2019 14:46:38 +0000 (UTC) Received: from pendragon.ideasonboard.com (81-175-216-236.bb.dnainternet.fi [81.175.216.236]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id AFEE6B23; Wed, 18 Dec 2019 15:46:36 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1576680396; bh=V+qTMJySrwajDqFoQ+Vdyujcf34C9Jp7+bLYfAvw8lg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DX1J7pKIc82dKdsDdHB/YoYVw/BbNqM+cNyoZeNiybDpHVwBIzL+ZRWBk3wLyhBGm BFKsmW+8CS3AEtoU/hIp+yaRavQJcpXG4CBtvRH0P9l65gdACjWkZyyt3Rmhbr5dQO kSVWcgN1OK2T2b1Iptz3b+7iHfF9PyhloUB6iy2M= Date: Wed, 18 Dec 2019 16:46:26 +0200 From: Laurent Pinchart To: Tomi Valkeinen Subject: Re: [PATCH v3 00/50] drm/omap: Replace custom display drivers with drm_bridge and drm_panel Message-ID: <20191218144626.GD4863@pendragon.ideasonboard.com> References: <20191210225750.15709-1-laurent.pinchart@ideasonboard.com> <20191215122728.GA32124@ravnborg.org> <20191218020336.GN4874@pendragon.ideasonboard.com> <932bbb46-a3fb-67c6-6f12-85540fe7f234@ti.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <932bbb46-a3fb-67c6-6f12-85540fe7f234@ti.com> User-Agent: Mutt/1.10.1 (2018-07-13) 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: Sean Paul , Sam Ravnborg , Sebastian Reichel , dri-devel@lists.freedesktop.org, Boris Brezillon Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Tomi, On Wed, Dec 18, 2019 at 09:07:52AM +0200, Tomi Valkeinen wrote: > On 18/12/2019 04:03, Laurent Pinchart wrote: > >> Hopefully we can soon have this series landed so we can start > >> working on top of the new bridge/connector handling. > >> > >> I assume it will be applied direct to drm-misc-next, so we do not > >> have to wait extra time to get it. > > > > Tomi, how would you like to proceed ? The core patches are ready in my > > opinion. I can post a v4 without the omapdrm patches, which could be > > merged to drm-misc already while you finish reviewing patches 30/50 > > onwards. > > This sounds good to me. > > I have tested your branch on AM5 EMV, AM4 EVM and Panda, without any issues. But that's with the > omapdrm patches, and things will be slightly different without them. > > You add TPD12S015 and OPA362 driver in the earlier part. Should those be moved to the omapdrm side? > In theory there won't be any issues, but having multiple drivers for the same device can create > conflicts. Indeed, although if they're not selected it shouldn't be a problem. On the other hand you've reviewed the omapdrm patches up to "drm/omap: Switch the HDMI and VENC outputs to drm_bridge" which removes the old drivers, the rest being just cleanups. We could thus merge up to that patch in one go. What's your preference ? -- Regards, Laurent Pinchart _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel