[PATCH v2 17/27] drm/tegra: Add Tegra114 HDMI support

2013-10-15 Thread Stephen Warren
On 10/15/2013 02:13 AM, Thierry Reding wrote: > On Mon, Oct 14, 2013 at 12:10:21PM -0600, Stephen Warren wrote: >> On 10/12/2013 05:41 AM, Thierry Reding wrote: >>> On Fri, Oct 11, 2013 at 04:19:19PM -0600, Stephen Warren >>> wrote: On 10/07/2013 02:34 AM, Thierry Reding wrote: > From: Mik

Re: [PATCH v2 17/27] drm/tegra: Add Tegra114 HDMI support

2013-10-15 Thread Thierry Reding
On Mon, Oct 14, 2013 at 12:10:21PM -0600, Stephen Warren wrote: > On 10/12/2013 05:41 AM, Thierry Reding wrote: > > On Fri, Oct 11, 2013 at 04:19:19PM -0600, Stephen Warren wrote: > >> On 10/07/2013 02:34 AM, Thierry Reding wrote: > >>> From: Mikko Perttunen > >>> > >>> Tegra114 TMDS configuratio

Re: [PATCH v2 17/27] drm/tegra: Add Tegra114 HDMI support

2013-10-14 Thread Stephen Warren
On 10/12/2013 05:41 AM, Thierry Reding wrote: > On Fri, Oct 11, 2013 at 04:19:19PM -0600, 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

Re: [PATCH v2 17/27] drm/tegra: Add Tegra114 HDMI support

2013-10-12 Thread Thierry Reding
On Fri, Oct 11, 2013 at 04:19:19PM -0600, 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

Re: [PATCH v2 17/27] drm/tegra: Add Tegra114 HDMI support

2013-10-12 Thread Thierry Reding
On Fri, Oct 11, 2013 at 04:22:14PM -0600, Stephen Warren wrote: > 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

Re: [PATCH v2 17/27] drm/tegra: Add Tegra114 HDMI support

2013-10-11 Thread Stephen Warren
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/

Re: [PATCH v2 17/27] drm/tegra: Add Tegra114 HDMI support

2013-10-11 Thread Stephen Warren
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 t

[PATCH v2 17/27] drm/tegra: Add Tegra114 HDMI support

2013-10-07 Thread Thierry Reding
From: Mikko Perttunen Tegra114 TMDS configuration requires a new peak_current field and the driver current override bit has changed position. Signed-off-by: Mikko Perttunen Signed-off-by: Thierry Reding --- drivers/gpu/drm/tegra/drm.c | 1 + drivers/gpu/drm/tegra/hdmi.c | 103 +