alistair23-linux/drivers/gpu/drm/tegra
Paul Bolle 36c1813bb4 drm/tegra: drop "select DRM_HDMI"
Commit ac24c2204a ("drm/tegra: Use generic
HDMI infoframe helpers") added "select DRM_HDMI" to the DRM_TEGRA
Kconfig entry. But there is no Kconfig symbol named DRM_HDMI. The select
statement for that symbol is a nop. Drop it.

What was needed to use HDMI functionality was to select HDMI (which this
entry already did through depending on DRM) and to include linux/hdmi.h
(which this commit also did).

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Acked-by: Thierry Reding <thierry.reding@avionic-design.de>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2013-03-08 08:36:01 +10:00
..
dc.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-02-25 16:46:44 -08:00
dc.h drm/tegra: Implement page-flipping support 2013-02-22 08:21:27 +01:00
drm.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-02-25 16:46:44 -08:00
drm.h drm/tegra: Implement page-flipping support 2013-02-22 08:21:27 +01:00
fb.c drm/tegra: don't set up initial fbcon config twice 2013-02-14 00:07:53 +01:00
hdmi.c Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux 2013-02-25 16:46:44 -08:00
hdmi.h drm/tegra: Use generic HDMI infoframe helpers 2013-02-22 08:20:18 +01:00
host1x.c drm: Convert to devm_ioremap_resource() 2013-01-25 12:21:46 -08:00
Kconfig drm/tegra: drop "select DRM_HDMI" 2013-03-08 08:36:01 +10:00
Makefile drm: tegra: Add HDMI support 2012-11-20 15:43:53 +10:00
output.c drm: tegra: Add HDMI support 2012-11-20 15:43:53 +10:00
rgb.c