[PATCH] drm: Add NVIDIA Tegra30 support

2012-11-19 Thread Mark Zhang
On 11/19/2012 02:45 PM, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Mon, Nov 19, 2012 at 02:18:51PM +0800, Mark Zhang wrote: >> On 11/17/2012 12:29 AM, Stephen Warren wrote: >>> On 11/15/2012 09:58 PM, Mark Zhang wrote: This patch is based on Thierry's drm patch for

[PATCH] drm: Add NVIDIA Tegra30 support

2012-11-19 Thread Mark Zhang
On 11/17/2012 12:29 AM, Stephen Warren wrote: > On 11/15/2012 09:58 PM, Mark Zhang wrote: >> This patch is based on Thierry's drm patch for Tegra20: >> - [PATCH v2 0/6] Device tree updates for host1x support >> - [PATCH v3 0/2] NVIDIA Tegra DRM driver >> >> It adds the support for NVIDIA Tegra30.

[PATCH] drm: Add NVIDIA Tegra30 support

2012-11-19 Thread Thierry Reding
On Mon, Nov 19, 2012 at 02:18:51PM +0800, Mark Zhang wrote: > On 11/17/2012 12:29 AM, Stephen Warren wrote: > > On 11/15/2012 09:58 PM, Mark Zhang wrote: > >> This patch is based on Thierry's drm patch for Tegra20: > >> - [PATCH v2 0/6] Device tree updates for host1x support > >> - [PATCH v3 0/2]

Re: [PATCH] drm: Add NVIDIA Tegra30 support

2012-11-19 Thread Mark Zhang
On 11/17/2012 12:29 AM, Stephen Warren wrote: On 11/15/2012 09:58 PM, Mark Zhang wrote: This patch is based on Thierry's drm patch for Tegra20: - [PATCH v2 0/6] Device tree updates for host1x support - [PATCH v3 0/2] NVIDIA Tegra DRM driver It adds the support for NVIDIA Tegra30. Mark, I

Re: [PATCH] drm: Add NVIDIA Tegra30 support

2012-11-19 Thread Thierry Reding
On Mon, Nov 19, 2012 at 02:18:51PM +0800, Mark Zhang wrote: On 11/17/2012 12:29 AM, Stephen Warren wrote: On 11/15/2012 09:58 PM, Mark Zhang wrote: This patch is based on Thierry's drm patch for Tegra20: - [PATCH v2 0/6] Device tree updates for host1x support - [PATCH v3 0/2] NVIDIA Tegra

Re: [PATCH] drm: Add NVIDIA Tegra30 support

2012-11-19 Thread Mark Zhang
On 11/19/2012 02:45 PM, Thierry Reding wrote: * PGP Signed by an unknown key On Mon, Nov 19, 2012 at 02:18:51PM +0800, Mark Zhang wrote: On 11/17/2012 12:29 AM, Stephen Warren wrote: On 11/15/2012 09:58 PM, Mark Zhang wrote: This patch is based on Thierry's drm patch for Tegra20: - [PATCH

[PATCH] drm: Add NVIDIA Tegra30 support

2012-11-16 Thread Mark Zhang
On 11/16/2012 03:11 PM, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Fri, Nov 16, 2012 at 02:48:55PM +0800, Mark Zhang wrote: >> On 11/16/2012 02:43 PM, Thierry Reding wrote: Old Signed by an unknown key >>> >>> On Fri, Nov 16, 2012 at 12:58:09PM +0800, Mark Zhang wrote:

[PATCH] drm: Add NVIDIA Tegra30 support

2012-11-16 Thread Mark Zhang
On 11/16/2012 02:43 PM, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Fri, Nov 16, 2012 at 12:58:09PM +0800, Mark Zhang wrote: >> This patch is based on Thierry's drm patch for Tegra20: >> - [PATCH v2 0/6] Device tree updates for host1x support >> - [PATCH v3 0/2] NVIDIA Tegra DRM

[PATCH] drm: Add NVIDIA Tegra30 support

2012-11-16 Thread Mark Zhang
This patch is based on Thierry's drm patch for Tegra20: - [PATCH v2 0/6] Device tree updates for host1x support - [PATCH v3 0/2] NVIDIA Tegra DRM driver It adds the support for NVIDIA Tegra30. Signed-off-by: Mark Zhang --- drivers/gpu/drm/tegra/dc.c |1 + drivers/gpu/drm/tegra/host1x.c

[PATCH] drm: Add NVIDIA Tegra30 support

2012-11-16 Thread Stephen Warren
On 11/15/2012 09:58 PM, Mark Zhang wrote: > This patch is based on Thierry's drm patch for Tegra20: > - [PATCH v2 0/6] Device tree updates for host1x support > - [PATCH v3 0/2] NVIDIA Tegra DRM driver > diff --git a/drivers/gpu/drm/tegra/dc.c b/drivers/gpu/drm/tegra/dc.c > index 216cd0f..6e9f1b4

[PATCH] drm: Add NVIDIA Tegra30 support

2012-11-16 Thread Stephen Warren
On 11/15/2012 09:58 PM, Mark Zhang wrote: > This patch is based on Thierry's drm patch for Tegra20: > - [PATCH v2 0/6] Device tree updates for host1x support > - [PATCH v3 0/2] NVIDIA Tegra DRM driver > > It adds the support for NVIDIA Tegra30. Mark, I tried to apply this for testing locally,

[PATCH] drm: Add NVIDIA Tegra30 support

2012-11-16 Thread Thierry Reding
On Fri, Nov 16, 2012 at 02:48:55PM +0800, Mark Zhang wrote: > On 11/16/2012 02:43 PM, Thierry Reding wrote: > > * PGP Signed by an unknown key > > > > On Fri, Nov 16, 2012 at 12:58:09PM +0800, Mark Zhang wrote: > >> This patch is based on Thierry's drm patch for Tegra20: > >> - [PATCH v2 0/6]

[PATCH] drm: Add NVIDIA Tegra30 support

2012-11-16 Thread Thierry Reding
On Fri, Nov 16, 2012 at 12:58:09PM +0800, Mark Zhang wrote: > This patch is based on Thierry's drm patch for Tegra20: > - [PATCH v2 0/6] Device tree updates for host1x support > - [PATCH v3 0/2] NVIDIA Tegra DRM driver > > It adds the support for NVIDIA Tegra30. > > Signed-off-by: Mark Zhang

Re: [PATCH] drm: Add NVIDIA Tegra30 support

2012-11-16 Thread Stephen Warren
On 11/15/2012 09:58 PM, Mark Zhang wrote: This patch is based on Thierry's drm patch for Tegra20: - [PATCH v2 0/6] Device tree updates for host1x support - [PATCH v3 0/2] NVIDIA Tegra DRM driver diff --git a/drivers/gpu/drm/tegra/dc.c b/drivers/gpu/drm/tegra/dc.c index 216cd0f..6e9f1b4

[PATCH] drm: Add NVIDIA Tegra30 support

2012-11-15 Thread Mark Zhang
This patch is based on Thierry's drm patch for Tegra20: - [PATCH v2 0/6] Device tree updates for host1x support - [PATCH v3 0/2] NVIDIA Tegra DRM driver It adds the support for NVIDIA Tegra30. Signed-off-by: Mark Zhang ma...@nvidia.com --- drivers/gpu/drm/tegra/dc.c |1 +

Re: [PATCH] drm: Add NVIDIA Tegra30 support

2012-11-15 Thread Thierry Reding
On Fri, Nov 16, 2012 at 12:58:09PM +0800, Mark Zhang wrote: This patch is based on Thierry's drm patch for Tegra20: - [PATCH v2 0/6] Device tree updates for host1x support - [PATCH v3 0/2] NVIDIA Tegra DRM driver It adds the support for NVIDIA Tegra30. Signed-off-by: Mark Zhang

Re: [PATCH] drm: Add NVIDIA Tegra30 support

2012-11-15 Thread Mark Zhang
On 11/16/2012 02:43 PM, Thierry Reding wrote: * PGP Signed by an unknown key On Fri, Nov 16, 2012 at 12:58:09PM +0800, Mark Zhang wrote: This patch is based on Thierry's drm patch for Tegra20: - [PATCH v2 0/6] Device tree updates for host1x support - [PATCH v3 0/2] NVIDIA Tegra DRM driver

Re: [PATCH] drm: Add NVIDIA Tegra30 support

2012-11-15 Thread Mark Zhang
On 11/16/2012 03:11 PM, Thierry Reding wrote: * PGP Signed by an unknown key On Fri, Nov 16, 2012 at 02:48:55PM +0800, Mark Zhang wrote: On 11/16/2012 02:43 PM, Thierry Reding wrote: Old Signed by an unknown key On Fri, Nov 16, 2012 at 12:58:09PM +0800, Mark Zhang wrote: This patch is