From: Mark Zhang <markz-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
To: Thierry Reding
<thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>
Cc: Dave Airlie <airlied-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
Rob Clark <rob-l0cyMroinI0@public.gmane.org>,
"dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org"
<dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>,
"linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org"
<devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org>,
"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.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-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>
Hi Thierry,
Thank you for your hard work.
The series,
Acked-by: Mark Zhang <markz-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Reviewed-by: Mark Zhang <markz-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Tested-by: Mark Zhang <markz-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
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
>
WARNING: multiple messages have this Message-ID (diff)
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
>
next prev parent reply other threads:[~2012-11-16 3:57 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-15 21:28 [PATCH v3 0/2] NVIDIA Tegra DRM driver Thierry Reding
2012-11-15 21:28 ` Thierry Reding
2012-11-15 21:28 ` [PATCH v3 1/2] drm: Add NVIDIA Tegra20 support Thierry Reding
[not found] ` <1353014903-17429-1-git-send-email-thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org>
2012-11-15 21:28 ` [PATCH v3 2/2] drm: tegra: Add HDMI support Thierry Reding
2012-11-15 21:28 ` Thierry Reding
2012-11-15 22:20 ` [PATCH v3 0/2] NVIDIA Tegra DRM driver Stephen Warren
2012-11-15 22:20 ` Stephen Warren
2012-11-16 3:36 ` Alex Courbot
2012-11-16 3:36 ` Alex Courbot
2012-11-16 4:34 ` Alex Courbot
2012-11-16 4:34 ` Alex Courbot
2012-11-16 3:57 ` Mark Zhang [this message]
2012-11-16 3:57 ` Mark Zhang
2012-11-16 4:00 ` Mark Zhang
2012-11-16 4:00 ` Mark Zhang
2012-11-16 7:38 ` Terje Bergström
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-ddmlm1+adcrqt0dzr+alfa@public.gmane.org \
--cc=airlied-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=rob-l0cyMroinI0@public.gmane.org \
--cc=thierry.reding-RM9K5IK7kjKj5M59NBduVrNAH6kLmebB@public.gmane.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.