From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9D91236AB5A for ; Wed, 20 May 2026 13:00:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779282010; cv=none; b=nVAO462b9RT5lziWzf28LsCfw0ZpHhEeNhcfYT5n25qWW3W4cugcSYX337Q35WdCHki9tRDCJxFtEPQa/pb1ts9XLL35gB3TUS9bimEsucrZUnhEEYepExoK5Oyrlhn95ugM3XywCfSCq82h+tbRe5YvXUWPuRRX7bSy6JXIufM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779282010; c=relaxed/simple; bh=jWvPtMXBC6V+sabMNNPJgMaYJQgiL74yyRrCn7qKa1A=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=HAaG/4hJcLL4ayIwbADRg9H3nJ4jSaGfX0oHsBCLuTnfkPxOrdV+Ns4nc7RWF7UXSoo6pkYaXwbWsLSo3TwfKcsKPbOnnW6FM2BX40kWFUi8ZGHkkie0gSbrlRpOGif5ROabGrcUIXUdSxBPd3vWqcQmlR4+EAwy1bRpq2oVdpQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=seeAHkXc; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="seeAHkXc" 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> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" 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