From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v2 17/27] drm/tegra: Add Tegra114 HDMI support Date: Fri, 11 Oct 2013 16:22:14 -0600 Message-ID: <52587A16.7050200@wwwdotorg.org> References: <1381134884-5816-1-git-send-email-treding@nvidia.com> <1381134884-5816-18-git-send-email-treding@nvidia.com> <52587967.6050806@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <52587967.6050806-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Thierry Reding , dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Cc: linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Mikko Perttunen List-Id: devicetree@vger.kernel.org On 10/11/2013 04:19 PM, Stephen Warren wrote: > On 10/07/2013 02:34 AM, Thierry Reding wrote: >> From: Mikko Perttunen >> >> Tegra114 TMDS configuration requires a new peak_current field and the >> driver current override bit has changed position. > >> diff --git a/drivers/gpu/drm/tegra/hdmi.c b/drivers/gpu/drm/tegra/hdmi.c > >> static const struct tmds_config tegra2_tmds_config[] = { >> @@ -223,6 +224,85 @@ static const struct tmds_config tegra3_tmds_config[] = { > > Not related to this patch, but those should have been named > tegra20_tmds_config[] and tegra30_tmds_config[]. I see that patch 20 fixes this:-)