Re: [PATCH v2 1/6] host1x: hdmi: Add Tegra114 support

2013-09-04 Thread Thierry Reding
On Wed, Sep 04, 2013 at 12:39:59PM -0600, Stephen Warren wrote: > On 08/28/2013 09:48 AM, Mikko Perttunen wrote: > > Add Tegra114 TMDS configuration, add new peak_current field and > > use new place for drive current override bit on Tegra114 platform. > > > diff --git a/drivers/gpu/host1x/dev.c

Re: [PATCH v2 1/6] host1x: hdmi: Add Tegra114 support

2013-09-04 Thread Stephen Warren
On 08/28/2013 09:48 AM, Mikko Perttunen wrote: > Add Tegra114 TMDS configuration, add new peak_current field and > use new place for drive current override bit on Tegra114 platform. > diff --git a/drivers/gpu/host1x/dev.c b/drivers/gpu/host1x/dev.c > static struct of_device_id host1x_of_match[]

Re: [PATCH v2 1/6] host1x: hdmi: Add Tegra114 support

2013-09-04 Thread Stephen Warren
On 08/28/2013 09:48 AM, Mikko Perttunen wrote: Add Tegra114 TMDS configuration, add new peak_current field and use new place for drive current override bit on Tegra114 platform. diff --git a/drivers/gpu/host1x/dev.c b/drivers/gpu/host1x/dev.c static struct of_device_id host1x_of_match[] = {

Re: [PATCH v2 1/6] host1x: hdmi: Add Tegra114 support

2013-09-04 Thread Thierry Reding
On Wed, Sep 04, 2013 at 12:39:59PM -0600, Stephen Warren wrote: On 08/28/2013 09:48 AM, Mikko Perttunen wrote: Add Tegra114 TMDS configuration, add new peak_current field and use new place for drive current override bit on Tegra114 platform. diff --git a/drivers/gpu/host1x/dev.c

[PATCH v2 1/6] host1x: hdmi: Add Tegra114 support

2013-08-28 Thread Mikko Perttunen
Add Tegra114 TMDS configuration, add new peak_current field and use new place for drive current override bit on Tegra114 platform. Signed-off-by: Mikko Perttunen --- drivers/gpu/host1x/dev.c | 1 + drivers/gpu/host1x/drm/drm.c | 1 + drivers/gpu/host1x/drm/hdmi.c | 102

[PATCH v2 1/6] host1x: hdmi: Add Tegra114 support

2013-08-28 Thread Mikko Perttunen
Add Tegra114 TMDS configuration, add new peak_current field and use new place for drive current override bit on Tegra114 platform. Signed-off-by: Mikko Perttunen mperttu...@nvidia.com --- drivers/gpu/host1x/dev.c | 1 + drivers/gpu/host1x/drm/drm.c | 1 + drivers/gpu/host1x/drm/hdmi.c