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 CE983C79F82 for ; Tue, 8 Sep 2026 11:46:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 2F6A910EB85; Tue, 8 Sep 2026 11:46:38 +0000 (UTC) Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id AA4DC10EB85 for ; Tue, 8 Sep 2026 11:46:36 +0000 (UTC) Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id 7946443EA4; Tue, 8 Sep 2026 11:46:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DFBBD1F00A3F; Tue, 8 Sep 2026 11:46:35 +0000 (UTC) Message-ID: Date: Tue, 08 Sep 2026 11:46:33 +0000 From: "Maxime Ripard" To: "Cristian Ciocaltea" Subject: Re: [PATCH v11 56/74] drm/rockchip: rk3066_hdmi: Advertise HDMI 1.4 capabilities In-Reply-To: <20260901-dw-hdmi-qp-scramb-v11-56-bc12954a0688@collabora.com> References: <20260901-dw-hdmi-qp-scramb-v11-56-bc12954a0688@collabora.com> Cc: dri-devel@lists.freedesktop.org, kernel@collabora.com, linux-arm-kernel@lists.infradead.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-sunxi@lists.linux.dev, "Algea Cao" , "Andrzej Hajda" , "Andy Yan" , "Chen-Yu Tsai" , "Daniel Stone" , "Dave Stevenson" , "David Airlie" , "Dmitry Baryshkov" , =?utf-8?b?SGVpa28gU3TDvGJuZXI=?= , "Helge Deller" , "Jernej Skrabec" , "Jonas Karlman" , "Laurent Pinchart" , "Liu Ying" , "Luca Ceresoli" , "Maarten Lankhorst" , "Maxime Ripard" , =?utf-8?b?TWHDrXJhIENhbmFs?= , "Neil Armstrong" , "Phong LE" , "Raphael Gallais-Pou" , "Raspberry Pi Kernel Maintenance" , "Robert Foss" , "Samuel Holland" , "Sandy Huang" , "Simona Vetter" , "Thomas Zimmermann" Content-Transfer-Encoding: 7bit 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" On Tue, 1 Sep 2026 21:51:20 +0300, Cristian Ciocaltea wrote: > Bridges using DRM_BRIDGE_OP_HDMI are now expected to also provide a > supported HDMI version. This is not yet enforced, but will become > mandatory once the migration to the new caps-based HDMI connector > initialization API is completed. > > > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime