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 BB16CCD4F3C for ; Wed, 20 May 2026 13:00:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id ACFC310E702; Wed, 20 May 2026 13:00:23 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; secure) header.d=sntech.de header.i=@sntech.de header.b="seeAHkXc"; dkim-atps=neutral Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by gabe.freedesktop.org (Postfix) with ESMTPS id 63EDF10E132 for ; Wed, 20 May 2026 13:00:22 +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=jWvPtMXBC6V+sabMNNPJgMaYJQgiL74yyRrCn7qKa1A=; b=seeAHkXcoPB5vUNlthUqldH2XP D4WDyOt3foxW3mavM/9n3kKaZt1G+/6gdIa9lZseyh/qNJcQinacTyHR1dyWyjVxsIFbU8x/jrhFy eHrKYKhO2iMtvkSTGqlQGuYXv1yh2z+3ZjHHdxWrkwal0j/qziQXRiUySD02v593NkKzSrhIrjzdz 0ZdJCi0JXXsLP9/ccix6zOD3Dp25EplfH6bXGjpLuxjqLQCoAqQw3i41SUMxFKni11TuYk6HLDhHG 4LJZIrGj1tbwAovELijw/pb1Ke5R2Cy6/XoBhSdR8roPYXVmYjVZmfhmr2prxZVAFNvK5pF9w4iLq YgSP1Orw==; From: Heiko Stuebner To: linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Cc: Javier Martinez Canillas , Maxime Ripard , Andrzej Hajda , Andy Yan , David Airlie , Jernej Skrabec , Jonas Karlman , Laurent Pinchart , Luca Ceresoli , Maarten Lankhorst , Neil Armstrong , Robert Foss , Simona Vetter , Thomas Zimmermann , dri-devel@lists.freedesktop.org, Javier Martinez Canillas Subject: Re: [PATCH 4/8] drm/bridge: inno-hdmi: Use the common TMDS char rate constant Date: Wed, 20 May 2026 15:00:05 +0200 Message-ID: <30961091.gRfpFWEtPU@phil> In-Reply-To: <20260519144712.1418302-5-javierm@redhat.com> References: <20260519144712.1418302-1-javierm@redhat.com> <20260519144712.1418302-5-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 Dienstag, 19. Mai 2026, 16:47:00 Mitteleurop=C3=A4ische Sommerzeit schri= eb Javier Martinez Canillas: > Replace the driver local INNO_HDMI_MIN_TMDS_CLOCK define with the shared > constant defined in the header. >=20 > Suggested-by: Maxime Ripard > Signed-off-by: Javier Martinez Canillas Reviewed-by: Heiko Stuebner