drm: tegra: Add HDMI support
authorThierry Reding <thierry.reding@avionic-design.de>
Thu, 15 Nov 2012 21:28:23 +0000 (21:28 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Nov 2012 05:43:53 +0000 (15:43 +1000)
commitedec4af4c3d6d225578290a9acc38c78147df55b
tree1435e5f1b6d5c30861acefe33f379bc678658b41
parentd8f4a9eda006788d8054b8500d9eb5b6efcd8755
drm: tegra: Add HDMI support

This commit adds support for the HDMI output on the Tegra20 SoC. Only
one such output is available, but it can be driven by either of the two
display controllers.

A lot of work on this patch has been contributed by NVIDIA's Mark Zhang
<markz@nvidia.com> and many other people at NVIDIA were very helpful in
getting the HDMI support and surrounding infrastructure to work.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Tested-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Mark Zhang <markz@nvidia.com>
Reviewed-by: Mark Zhang <markz@nvidia.com>
Tested-by: Mark Zhang <markz@nvidia.com>
Tested-and-acked-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Terje Bergstrom <tbergstrom@nvidia.com>
Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/tegra/Makefile
drivers/gpu/drm/tegra/drm.h
drivers/gpu/drm/tegra/hdmi.c [new file with mode: 0644]
drivers/gpu/drm/tegra/hdmi.h [new file with mode: 0644]
drivers/gpu/drm/tegra/host1x.c
drivers/gpu/drm/tegra/output.c