Re: [PATCH 0/9] ARM: Initial support for Tegra 114 SoC.

2013-01-11 Thread Mark Zhang
On 12/20/2012 05:43 PM, Hiroshi Doyu wrote: > Hi, > > This patchset adds initial support for the NVIDIA's new Tegra 114 > SoC (T114) based on the ARM Cortex-A15 MP. It has the minimal support > to allow the kernel to boot up into shell console. This can be used as > a basis for adding other device

Re: [PATCH v3 0/2] NVIDIA Tegra DRM driver

2012-11-15 Thread Mark Zhang
Thierry, By the way, when do you plan to send drm patches for Tegra 3? I'm wondering if you don't have a Tegra 3 board for testing, I can do that for you. Mark On 11/16/2012 05:28 AM, Thierry Reding wrote: > This third version of the patch series cleans up some minor issues that > were found in t

Re: [PATCH v3 0/2] NVIDIA Tegra DRM driver

2012-11-15 Thread Mark Zhang
Hi Thierry, Thank you for your hard work. The series, Acked-by: Mark Zhang Reviewed-by: Mark Zhang Tested-by: Mark Zhang On Ventana, LVDS and HDMI worked. PS: Alex's power sequence patch is needed to enable panel and backlight. Also we need to define dc and hdmi nodes in te

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

2012-11-14 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 f

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

2012-11-14 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 1

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

2012-11-14 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 1

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

2012-11-14 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 >&g

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

2012-11-14 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 >