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 6599BEB26E3 for ; Tue, 10 Feb 2026 16:25:56 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 9DDF110E5D2; Tue, 10 Feb 2026 16:25:54 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="HFM5+Joq"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 77D8D10E5CE; Tue, 10 Feb 2026 16:25:53 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 325784397B; Tue, 10 Feb 2026 16:25:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7CD6EC116C6; Tue, 10 Feb 2026 16:25:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1770740753; bh=/wir6iRl8M3VhbZ6x9JgtCsgH2vMDZx9252IMDQzJsc=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=HFM5+JoqsgG77iBMdOdDaGUaChBd4DkaiTuxtcwCNXsOJlfZxNiH7/xA2FGKMMEkt MdHFy/GjglpYvsoYBTKpLaMiw79YJbgRsBHLZltR7qorARTdCNYI55I3pJgBoPZVbR cF7DnyR0+nlwofqcqiaTYbYadSWXlNUWHkiJCopxrOkTR1N7nwKupyGLAyjdHeZ7d1 ZfIatV62Ll4VjNbqYwn1sbWTvXfHCX0r8BTOmLGXC7W07YcquXNNnsqawQjoLPvoaQ ucgrKp3k4VqAHalOM+5w6u+ZVmSG7tOhe1fnmV3HieUjSTDKLRW3pqG1gWDDfAyDO1 P2yz7cUfkHs+A== Message-ID: Date: Tue, 10 Feb 2026 16:25:50 +0000 From: "Maxime Ripard" To: "Nicolas Frattaroli" Subject: Re: [PATCH v7 22/22] drm/bridge: Document bridge chain format selection In-Reply-To: <20260121-color-format-v7-22-ef790dae780c@collabora.com> References: <20260121-color-format-v7-22-ef790dae780c@collabora.com> Cc: amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org, kernel@collabora.com, linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, "Alex Deucher" , "Andrzej Hajda" , "Andy Yan" , =?utf-8?b?Q2hyaXN0aWFuIEvDtm5pZw==?= , "David Airlie" , "Dmitry Baryshkov" , "Harry Wentland" , =?utf-8?b?SGVpa28gU3TDvGJuZXI=?= , "Jani Nikula" , "Jernej Skrabec" , "Jonas Karlman" , "Jonathan Corbet" , "Joonas Lahtinen" , "Laurent Pinchart" , "Leo Li" , "Maarten Lankhorst" , "Maxime Ripard" , "Neil Armstrong" , "Rob Herring" , "Robert Foss" , "Rodrigo Siqueira" , "Rodrigo Vivi" , "Sandy Huang" , "Sascha Hauer" , "Simona Vetter" , "Thomas Zimmermann" , "Tvrtko Ursulin" Content-Transfer-Encoding: 7bit X-BeenThere: intel-xe@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel Xe graphics driver List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-xe-bounces@lists.freedesktop.org Sender: "Intel-xe" On Wed, 21 Jan 2026 15:45:29 +0100, Nicolas Frattaroli wrote: > The bridge chain format selection behaviour was, until now, > undocumented. With the addition of the "color format" DRM property, it's > not sufficiently complex enough that documentation is warranted, > especially for driver authors trying to do the right thing. > > > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime