mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Mark Zhang <markz@nvidia.com>
To: Thierry Reding <thierry.reding@avionic-design.de>
Cc: Dave Airlie <airlied@redhat.com>, Rob Clark <rob@ti.com>,
	"dri-devel@lists.freedesktop.org"
	<dri-devel@lists.freedesktop.org>,
	"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
	"devicetree-discuss@lists.ozlabs.org" 
	<devicetree-discuss@lists.ozlabs.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v3 0/2] NVIDIA Tegra DRM driver
Date: Fri, 16 Nov 2012 11:57:02 +0800	[thread overview]
Message-ID: <50A5B98E.8070002@nvidia.com> (raw)
In-Reply-To: <1353014903-17429-1-git-send-email-thierry.reding@avionic-design.de>

Hi Thierry,

Thank you for your hard work.

The series,

Acked-by: Mark Zhang <markz@nvidia.com>
Reviewed-by: Mark Zhang <markz@nvidia.com>
Tested-by: Mark Zhang <markz@nvidia.com>

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 tegra20-ventana.dts.
    We may publish the patches for different boards next.

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 the previous versions, such as deferred probe not working
> properly and the display remaining enabled after the driver is removed.
> 
> I've also put the two patches in this series into the tegra/drm/for-3.8
> branch of my repository on gitorious[0].
> 
> Thierry
> 
> [0]: git://gitorious.org/thierryreding/linux.git
> 
> Thierry Reding (2):
>   drm: Add NVIDIA Tegra20 support
>   drm: tegra: Add HDMI support
> 
>  .../bindings/gpu/nvidia,tegra20-host1x.txt         |  191 +++
>  drivers/gpu/drm/Kconfig                            |    2 +
>  drivers/gpu/drm/Makefile                           |    1 +
>  drivers/gpu/drm/tegra/Kconfig                      |   23 +
>  drivers/gpu/drm/tegra/Makefile                     |    7 +
>  drivers/gpu/drm/tegra/dc.c                         |  833 ++++++++++++
>  drivers/gpu/drm/tegra/dc.h                         |  388 ++++++
>  drivers/gpu/drm/tegra/drm.c                        |  115 ++
>  drivers/gpu/drm/tegra/drm.h                        |  234 ++++
>  drivers/gpu/drm/tegra/fb.c                         |   56 +
>  drivers/gpu/drm/tegra/hdmi.c                       | 1334 ++++++++++++++++++++
>  drivers/gpu/drm/tegra/hdmi.h                       |  575 +++++++++
>  drivers/gpu/drm/tegra/host1x.c                     |  322 +++++
>  drivers/gpu/drm/tegra/output.c                     |  272 ++++
>  drivers/gpu/drm/tegra/rgb.c                        |  228 ++++
>  15 files changed, 4581 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
>  create mode 100644 drivers/gpu/drm/tegra/Kconfig
>  create mode 100644 drivers/gpu/drm/tegra/Makefile
>  create mode 100644 drivers/gpu/drm/tegra/dc.c
>  create mode 100644 drivers/gpu/drm/tegra/dc.h
>  create mode 100644 drivers/gpu/drm/tegra/drm.c
>  create mode 100644 drivers/gpu/drm/tegra/drm.h
>  create mode 100644 drivers/gpu/drm/tegra/fb.c
>  create mode 100644 drivers/gpu/drm/tegra/hdmi.c
>  create mode 100644 drivers/gpu/drm/tegra/hdmi.h
>  create mode 100644 drivers/gpu/drm/tegra/host1x.c
>  create mode 100644 drivers/gpu/drm/tegra/output.c
>  create mode 100644 drivers/gpu/drm/tegra/rgb.c
> 

  parent reply	other threads:[~2012-11-16  3:57 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-15 21:28 Thierry Reding
2012-11-15 21:28 ` [PATCH v3 1/2] drm: Add NVIDIA Tegra20 support Thierry Reding
2012-11-15 21:28 ` [PATCH v3 2/2] drm: tegra: Add HDMI support Thierry Reding
2012-11-15 22:20 ` [PATCH v3 0/2] NVIDIA Tegra DRM driver Stephen Warren
2012-11-16  3:36 ` Alex Courbot
2012-11-16  4:34   ` Alex Courbot
2012-11-16  3:57 ` Mark Zhang [this message]
2012-11-16  4:00 ` Mark Zhang
2012-11-16  7:38 ` Terje Bergström

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50A5B98E.8070002@nvidia.com \
    --to=markz@nvidia.com \
    --cc=airlied@redhat.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=rob@ti.com \
    --cc=thierry.reding@avionic-design.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome