Re: [PATCH v2 1/2] drm: Add NVIDIA Tegra20 support

2012-11-13 Thread Mark Zhang
On 11/14/2012 01:37 AM, Stephen Warren wrote: > On 11/13/2012 12:15 AM, Mark Zhang wrote: >> On 11/13/2012 05:55 AM, Thierry Reding wrote: >>> This commit adds a KMS driver for the Tegra20 SoC. This includes basic >>> support for host1x and the two display controllers found on the Tegra20 >>> SoC.

Re: [PATCH v2 1/2] drm: Add NVIDIA Tegra20 support

2012-11-13 Thread Stephen Warren
On 11/13/2012 02:37 AM, Thierry Reding wrote: > On Tue, Nov 13, 2012 at 04:49:24PM +0800, Mark Zhang wrote: >> On 11/13/2012 03:48 PM, Thierry Reding wrote: >>> * PGP Signed by an unknown key >>> >>> On Tue, Nov 13, 2012 at 03:15:47PM +0800, Mark Zhang wrote: On 11/13/2012 05:55 AM, Thierry R

Re: [PATCH v2 1/2] drm: Add NVIDIA Tegra20 support

2012-11-13 Thread Stephen Warren
On 11/13/2012 12:15 AM, Mark Zhang wrote: > On 11/13/2012 05:55 AM, Thierry Reding wrote: >> This commit adds a KMS driver for the Tegra20 SoC. This includes basic >> support for host1x and the two display controllers found on the Tegra20 >> SoC. Each display controller can drive a separate RGB/LVD

Re: [PATCH v2 1/2] drm: Add NVIDIA Tegra20 support

2012-11-13 Thread Thierry Reding
On Tue, Nov 13, 2012 at 08:48:22AM +0100, Thierry Reding wrote: > On Tue, Nov 13, 2012 at 03:15:47PM +0800, Mark Zhang wrote: > > On 11/13/2012 05:55 AM, Thierry Reding wrote: [...] > > > +int tegra_output_init(struct drm_device *drm, struct tegra_output > > > *output) > > > +{ > > > + int c

Re: [PATCH v2 1/2] drm: Add NVIDIA Tegra20 support

2012-11-13 Thread Mark Zhang
On 11/13/2012 05:54 PM, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Tue, Nov 13, 2012 at 05:49:28PM +0800, Mark Zhang wrote: >> On 11/13/2012 05:37 PM, Thierry Reding wrote: Old Signed by an unknown key >>> >>> On Tue, Nov 13, 2012 at 04:49:24PM +0800, Mark Zhang wrote:

Re: [PATCH v2 1/2] drm: Add NVIDIA Tegra20 support

2012-11-13 Thread Thierry Reding
On Tue, Nov 13, 2012 at 05:49:28PM +0800, Mark Zhang wrote: > On 11/13/2012 05:37 PM, Thierry Reding wrote: > > * PGP Signed by an unknown key > > > > On Tue, Nov 13, 2012 at 04:49:24PM +0800, Mark Zhang wrote: > >> On 11/13/2012 03:48 PM, Thierry Reding wrote: > Old Signed by an unknown key

Re: [PATCH v2 1/2] drm: Add NVIDIA Tegra20 support

2012-11-13 Thread Mark Zhang
On 11/13/2012 05:37 PM, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Tue, Nov 13, 2012 at 04:49:24PM +0800, Mark Zhang wrote: >> On 11/13/2012 03:48 PM, Thierry Reding wrote: Old Signed by an unknown key >>> >>> On Tue, Nov 13, 2012 at 03:15:47PM +0800, Mark Zhang wrote:

Re: [PATCH v2 1/2] drm: Add NVIDIA Tegra20 support

2012-11-13 Thread Thierry Reding
On Tue, Nov 13, 2012 at 11:45:55AM +0200, Terje Bergström wrote: > On 12.11.2012 23:55, Thierry Reding wrote: > > This commit adds a KMS driver for the Tegra20 SoC. This includes basic > > support for host1x and the two display controllers found on the Tegra20 > > SoC. Each display controller can d

Re: [PATCH v2 1/2] drm: Add NVIDIA Tegra20 support

2012-11-13 Thread Terje Bergström
On 12.11.2012 23:55, Thierry Reding wrote: > This commit adds a KMS driver for the Tegra20 SoC. This includes basic > support for host1x and the two display controllers found on the Tegra20 > SoC. Each display controller can drive a separate RGB/LVDS output. I have tested this with further patches

Re: [PATCH v2 1/2] drm: Add NVIDIA Tegra20 support

2012-11-13 Thread Thierry Reding
On Tue, Nov 13, 2012 at 04:49:24PM +0800, Mark Zhang wrote: > On 11/13/2012 03:48 PM, Thierry Reding wrote: > > * PGP Signed by an unknown key > > > > On Tue, Nov 13, 2012 at 03:15:47PM +0800, Mark Zhang wrote: > >> On 11/13/2012 05:55 AM, Thierry Reding wrote: > >>> This commit adds a KMS driver

Re: [PATCH v2 1/2] drm: Add NVIDIA Tegra20 support

2012-11-13 Thread Mark Zhang
On 11/13/2012 03:48 PM, Thierry Reding wrote: > * PGP Signed by an unknown key > > On Tue, Nov 13, 2012 at 03:15:47PM +0800, Mark Zhang wrote: >> On 11/13/2012 05:55 AM, Thierry Reding wrote: >>> This commit adds a KMS driver for the Tegra20 SoC. This includes basic >>> support for host1x and the

Re: [PATCH v2 1/2] drm: Add NVIDIA Tegra20 support

2012-11-12 Thread Thierry Reding
On Tue, Nov 13, 2012 at 03:15:47PM +0800, Mark Zhang wrote: > On 11/13/2012 05:55 AM, Thierry Reding wrote: > > This commit adds a KMS driver for the Tegra20 SoC. This includes basic > > support for host1x and the two display controllers found on the Tegra20 > > SoC. Each display controller can dri

Re: [PATCH v2 1/2] drm: Add NVIDIA Tegra20 support

2012-11-12 Thread Mark Zhang
On 11/13/2012 05:55 AM, Thierry Reding wrote: > This commit adds a KMS driver for the Tegra20 SoC. This includes basic > support for host1x and the two display controllers found on the Tegra20 > SoC. Each display controller can drive a separate RGB/LVDS output. > > Signed-off-by: Thierry Reding >