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 04B33CD5BA4 for ; Thu, 21 May 2026 08:53:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4CC5C10F296; Thu, 21 May 2026 08:53:36 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=sntech.de header.i=@sntech.de header.b="PFgyvUoy"; dkim-atps=neutral Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1481E10F296 for ; Thu, 21 May 2026 08:53:35 +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=lIANK9NUM9W+87JOtkW8OhYgCqMdUmArmDFCwLaPCiw=; b=PFgyvUoyIkbP3WD+JgXrWZQrWW OjhoPOCwzYv8Yr/GgLBgRZJrTkSVWgyNtXcUjle2DKCWgrHd96KFDmoHdwvR7/fWBKylOnc2Vvxz8 9EUEs7jFB4m34Qr5fMs6TET5gSkQne8opF3KS4jTyB8kCrerm4vKIbRWV+Su6KvlpF2rlmCEK0NFw eEqEl/gCzS5gVBpBn5jq2M8l0XzBnb3Lc0qD/QvljmJXbh64Kp6LJMsPi3P4HejVKB1DB6OQe+Wyu ZOXQtNHg5lMTYqjgaC+9NpSbisrgpr9jN/v7Ts4lD6MH5Z8Wuhr/QCxA14GKXIira9dcOLTxhO1hO aWBkHI8w==; From: Heiko Stuebner To: linux-kernel@vger.kernel.org, Javier Martinez Canillas Cc: Javier Martinez Canillas , Maxime Ripard , Neil Armstrong , Andrzej Hajda , Andy Yan , Chris Morgan , Cristian Ciocaltea , Daniel Stone , David Airlie , Dmitry Baryshkov , Jernej Skrabec , Jonas Karlman , Laurent Pinchart , Luca Ceresoli , Maarten Lankhorst , Robert Foss , Simona Vetter , Thomas Zimmermann , dri-devel@lists.freedesktop.org Subject: Re: [PATCH v2 3/8] drm/bridge: dw-hdmi-qp: Use the common TMDS char rate constant Date: Thu, 21 May 2026 10:53:08 +0200 Message-ID: <9954706.gsGJI6kyIV@phil> In-Reply-To: <20260520144424.1633354-4-javierm@redhat.com> References: <20260520144424.1633354-1-javierm@redhat.com> <20260520144424.1633354-4-javierm@redhat.com> 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 Mittwoch, 20. Mai 2026, 16:43:39 Mitteleurop=C3=A4ische Sommerzeit schri= eb Javier Martinez Canillas: > Replace the driver local HDMI14_MAX_TMDSCLK define with the shared > constant defined in the header. >=20 > The local define incorrectly referenced HDMI 1.4, but the 340 MHz > maximum TMDS character rate was actually introduced in HDMI 1.3. >=20 > Suggested-by: Maxime Ripard > Signed-off-by: Javier Martinez Canillas > Reviewed-by: Neil Armstrong Reviewed-by: Heiko Stuebner