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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 E9DD4C79FA1 for ; Tue, 8 Sep 2026 09:59:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Cc:References:In-Reply-To: Subject:To:From:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=PW3WvAiezRUoCV3I80yueM7f7sH6kB/yXDMJ1g/wp2o=; b=BxsgLr3/H3p76h DoYf2MehHXrSbDuK8/cmLH/6ZRiaEhZEiyZdAnbhQiFxXSkGAvDwTgZ3C4QzA3OTaSygix6W6mSH2 rGM8JJ6hcUblNwUlgUtVMWRSdi4/9sbbzG7kir7ZaPPjqd9K1iCCAAtlXbkK0Znb+RrSHH2sJ0Fv3 2MdHbHLzCh96h55dMvxMGPs9rqmCYVZM1TI6maAwUJ1oLZ55OY/86b0FIvNSGwPFcXEVr5c9JnyV2 XNYBy0ONYR6CU2+pQxq/5COarA3v1YQCdJuW7SZSHgkB6bFBCeB61LRQetVmlcvft/w2u5dUmfJlb M4YLaqCsxY6ShkKpQQ3A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1x3sbk-00000008haJ-1GfC; Tue, 08 Sep 2026 09:59:16 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1x3sbi-00000008hYB-0PKZ; Tue, 08 Sep 2026 09:59:14 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id EE82060A93; Tue, 8 Sep 2026 09:59:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 35B621F00A3A; Tue, 8 Sep 2026 09:59:12 +0000 (UTC) Message-ID: Date: Tue, 08 Sep 2026 09:59:08 +0000 From: "Maxime Ripard" To: "Cristian Ciocaltea" Subject: Re: [PATCH v11 52/74] drm/bridge: ite-it6263: Drop redundant .mode_valid hook In-Reply-To: <20260901-dw-hdmi-qp-scramb-v11-52-bc12954a0688@collabora.com> References: <20260901-dw-hdmi-qp-scramb-v11-52-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" X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Tue, 1 Sep 2026 21:51:16 +0300, Cristian Ciocaltea wrote: > Bridges using DRM_BRIDGE_OP_HDMI expect connectors to be created through > drm_bridge_connector_init(), thereby relying on the bridge connector's > .mode_valid hook to invoke drm_hdmi_connector_mode_valid(). > > The generic helper computes the mode's TMDS character rate and forwards > > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip