linux/drivers/gpu/drm/tegra
Dave Airlie 28ee46184f Merge branch 'drm/hdmi-for-3.9' of git://anongit.freedesktop.org/tegra/linux into drm-next
Thierry writes:
"Remove a duplicate implementation of the CEA VIC lookup and move the CEA
and other mode tables to drm_edid.c to make it more difficult to create
duplicates of the tables.

Add some helpers to pack CEA-861/HDMI AVI, audio and SPD infoframes into
binary buffers that can easily be written into hardware registers. A new
helper function makes it easy construct an AVI infoframe from a DRM
display mode.

Convert the Tegra and Radeon drivers to use the new HDMI helpers."
* 'drm/hdmi-for-3.9' of git://anongit.freedesktop.org/tegra/linux:
  drm/radeon: Use generic HDMI infoframe helpers
  drm/tegra: Use generic HDMI infoframe helpers
  drm: Add EDID helper documentation
  drm: Add HDMI infoframe helpers
  video: Add generic HDMI infoframe helpers
  drm: Add some missing forward declarations
  drm: Move mode tables to drm_edid.c
  drm: Remove duplicate drm_mode_cea_vic()
2013-02-24 12:39:42 +10:00
..
dc.c drm/tegra: Fix color expansion 2013-02-22 08:21:35 +01:00
dc.h drm/tegra: Implement page-flipping support 2013-02-22 08:21:27 +01:00
drm.c drm/tegra: Add list of framebuffers to debugfs 2013-02-22 08:21:37 +01: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 drm/tegra: Use generic HDMI infoframe helpers 2013-02-22 08:20:18 +01:00
hdmi.h drm/tegra: Use generic HDMI infoframe helpers 2013-02-22 08:20:18 +01:00
host1x.c drm: tegra: don't leave clients host1x member uninitialized 2012-12-30 14:01:32 +10:00
Kconfig drm/tegra: Use generic HDMI infoframe helpers 2013-02-22 08:20:18 +01: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