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 3735ACD6E60 for ; Tue, 2 Jun 2026 15:03:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 96AE510F20E; Tue, 2 Jun 2026 15:03:25 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=sntech.de header.i=@sntech.de header.b="TfBwYGZP"; dkim-atps=neutral Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by gabe.freedesktop.org (Postfix) with ESMTPS id 6CD0B10F226 for ; Tue, 2 Jun 2026 15:03:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Type:Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To; bh=D2Q8yZjcE6URSIFp/8l4k3tj4V+4OnaUv/+qrKDMmyY=; b=TfBwYGZPAMIOMq+iAAVb6Rhd+O hkcWFD8AzJEueRISKQ3eNbTSB8xVbPjGwHc5JLWiR36h7aJyEePF3igsdDLyzZu/Kgm8KB6rK/Cd+ Gf1HUusEzp6Nygk3HCW/Ax4P6zzQFwo6piryYJOWvBneULPMroZ1OyPeDQN4sdhxyYb5H6uIukOBP txtjzezLD+vsIVw6vjIMbEwPuR1c5187ZUGHb8mgPnrq/jGNvHUma/qRv7V54LLCFk3XWFwG6R9M9 UJHowoq0Tf/g8yQkemD+uDVa1IzHiptKPTPsEqbnHkAF7zci+vM5JyLIotxezN4S9zVs9jM/1IU2w 8/aX5IPA==; From: Heiko Stuebner To: Andrzej Hajda , Neil Armstrong , Robert Foss , Laurent Pinchart , Jonas Karlman , Jernej Skrabec , Luca Ceresoli , Maarten Lankhorst , Thomas Zimmermann , David Airlie , Simona Vetter , Maxime Ripard Cc: Dmitry Baryshkov , dri-devel@lists.freedesktop.org, Maxime Ripard , Sandy Huang , Andy Yan , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH 64/76] drm/rockchip: lvds: Switch to atomic_create_state Date: Tue, 02 Jun 2026 17:03:13 +0200 Message-ID: <8196895.2l3rmUXbR5@phil> In-Reply-To: <20260530-drm-no-more-bridge-reset-v1-64-875d828d31bc@kernel.org> References: <20260530-drm-no-more-bridge-reset-v1-0-875d828d31bc@kernel.org> <20260530-drm-no-more-bridge-reset-v1-64-875d828d31bc@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Am Samstag, 30. Mai 2026, 16:00:09 Mitteleurop=C3=A4ische Sommerzeit schrie= b Maxime Ripard: > The drm_bridge_funcs.atomic_reset callback and its > drm_atomic_helper_bridge_reset() helper are deprecated. >=20 > Switch to the atomic_create_state callback and its > drm_atomic_helper_bridge_create_state() counterpart. >=20 > Signed-off-by: Maxime Ripard having looked at the first parts of the series adding the new functionality, this change looks good: Reviewed-by: Heiko Stuebner