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 23687E6E80E for ; Tue, 3 Feb 2026 11:12:11 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8839D10E31F; Tue, 3 Feb 2026 11:12:10 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=bootlin.com header.i=@bootlin.com header.b="DPoX7rqx"; dkim-atps=neutral Received: from smtpout-04.galae.net (smtpout-04.galae.net [185.171.202.116]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5E8AF10E31F for ; Tue, 3 Feb 2026 11:12:09 +0000 (UTC) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-04.galae.net (Postfix) with ESMTPS id 88BF4C211DD; Tue, 3 Feb 2026 11:12:12 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 4351F60728; Tue, 3 Feb 2026 11:12:07 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 49DDD119A8888; Tue, 3 Feb 2026 12:11:54 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1770117125; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=szFGRLlVCEwZRRovS/jad1iKZfVKQX8FqT/CwFCFTuw=; b=DPoX7rqxJKZUDYyaRDR7/S+6t9BTtJqy8WOm0KmHCdu7fbDoA48IJeL5CmMiKa5CyLOhPX 1m04Tm1xnpB+4RqSBdn7YL51+pYU3mHNquNAHCkDuVG/s86TDceDYJ9NzVKwqMLOP+ckgr l5IyZPCe6xDcieA1XnO/XkU+hCgZUUoC71wA9QWyEwKGBoUn6jkxFv+oPWNTwgiVXpO+3X zROF2ReXs0saPeDrmiua4EgvrIFBe8Jc+tbqSIiRARGUc+JofQISJrkPs/wocHLOBMIBdh sPveengo3QMRO55rX/CBQjMu9HRt0XLeznsH2BnuNRYnSdvxUSFDSepExnD74A== Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Tue, 03 Feb 2026 12:11:53 +0100 Message-Id: To: =?utf-8?q?Heiko_St=C3=BCbner?= , , , , "Damon Ding" From: "Luca Ceresoli" Subject: Re: [PATCH v8 00/18] Apply drm_bridge_connector and panel_bridge helper for the Analogix DP driver Cc: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , X-Mailer: aerc 0.20.1 References: <20251217093321.3108939-1-damon.ding@rock-chips.com> <6571983.R56niFO833@diego> In-Reply-To: <6571983.R56niFO833@diego> X-Last-TLS-Session-Version: TLSv1.3 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hello Heiko, Damon, On Mon Jan 19, 2026 at 5:06 PM CET, Heiko St=C3=BCbner wrote: > Hi Damon, > > Am Mittwoch, 17. Dezember 2025, 10:33:03 Mitteleurop=C3=A4ische Normalzei= t schrieb Damon Ding: >> PATCH 1 is to ensure the last bridge declares OP_EDID or OP_MODES or bot= h. >> PATCH 2 is a small format optimization for struct analogid_dp_device. >> PATCH 3 is to perform mode setting in &drm_bridge_funcs.atomic_enable. >> PATCH 4 is to add a new parameter to store the point of next bridge. >> PATCH 5 is to make legacy bridge driver more universal. >> PATCH 6-11 are preparations for apply drm_bridge_connector helper. >> PATCH 12 is to apply the drm_bridge_connector helper. >> PATCH 13-15 are to move the panel/bridge parsing to the Analogix side. >> PATCH 16 is to attach the next bridge on Analogix side uniformly. >> PATCH 17-18 are to apply the panel_bridge helper. > > On top of all the recent bridge-related commits, this series still works > on my rk3588-eDP board - when the display is plugged in on boot. > > As that is the current state we also had before, this series: > Tested-by: Heiko Stuebner on rk3588 I'm appplying patches 1-3 and got a checkpatch warning for each patch: WARNING: Unexpected content after email: 'Heiko Stuebner on rk3588', should be: 'Heiko Stuebner (on rk3588)' I'm fixing it while applying those 3 patches. Damon, can you fix that for the remaining patches before sending a new iteration? Luca -- Luca Ceresoli, Bootlin Embedded Linux and Kernel engineering https://bootlin.com