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=-7.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 CEBB6C34022 for ; Mon, 17 Feb 2020 23:17:16 +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 9BB03206E2 for ; Mon, 17 Feb 2020 23:17:16 +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="ZpyI+I76" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9BB03206E2 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 0D68F6E10B; Mon, 17 Feb 2020 23:17:16 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6F9386E10B for ; Mon, 17 Feb 2020 23:17:14 +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 208A21220; Tue, 18 Feb 2020 00:17:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1581981432; bh=c/zDZJXqj9D9dpBbdJliOpyIVKF3pTMm/JyOXyrqFHY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZpyI+I764RCZOjYb16l2mjG6SDkED5U7ORA/i61owe4kIgaJbmUbPbjc0A3tMxiEu cO5SrRotzN0hEGA6PsD3m0YtvlmucHcLVigJ2gTQa1fOauYPAmsw0PayuSDp4bbzUo /XwMXkKYID/+qkidjxkpOtASsmQvpwThv0EmFaM8= Date: Tue, 18 Feb 2020 01:16:52 +0200 From: Laurent Pinchart To: Sebastian Reichel Subject: Re: [PATCH v6 00/51] drm/omap: Replace custom display drivers with drm_bridge and drm_panel Message-ID: <20200217231652.GF4830@pendragon.ideasonboard.com> References: <20200216210308.17312-1-laurent.pinchart@ideasonboard.com> <20200217230013.eqrt5jn3p5kvhljk@earth.universe> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200217230013.eqrt5jn3p5kvhljk@earth.universe> 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: Tomi Valkeinen , Sam Ravnborg , 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 Sebastian, On Tue, Feb 18, 2020 at 12:00:13AM +0100, Sebastian Reichel wrote: > Hi, > > On Sun, Feb 16, 2020 at 11:02:17PM +0200, Laurent Pinchart wrote: > > This patch series is the sixth attempt to (nearly, see [1]) > > complete the rework of the omapdrm driver to move to drm_bridge > > and drm_panel. > > > > Version 2, available at [2], explains in its long cover letter the > > rationale for the changes. I won't duplicate it here as it is > > still valid as-is. > > > > Compared to v5, available at [3], this version has been rebased on > > top of drm-misc-next, and minor bugs have been fixed, including > > interlaced modes support with VENC. > > > > The patches can be found at > > > > git://linuxtv.org/pinchartl/media.git omapdrm/bridge/devel > > > > [1] The only notable exception is the omapdrm-specific DSI panel > > driver that implements a large number of custom operations. This > > is being addressed separately. > > > > [2] https://patchwork.kernel.org/cover/11102445/ > > [3] https://patchwork.kernel.org/cover/11349617/ > > The series is > > Tested-by: Sebastian Reichel > Reviewed-by: Sebastian Reichel Thank you. > Testing was done on Droid 4, DSI command mode panel is still > working. I had to add the following patch because of the base > you chose for the branch. Might make sense to use 5.6-rc1 instead. > > https://lore.kernel.org/lkml/CAHk-=wh8VLe3AEKhz=1bzSO=1fv4EM71EhufxuC=Gp=+bLhXoA@mail.gmail.com/ I had initially based it on drm-next, but there are changes in drm-misc-next that were conflicting, hence the rebase. -- Regards, Laurent Pinchart _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel