aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_hdmi.c
diff options
context:
space:
mode:
authorPaulo Zanoni <paulo.r.zanoni@intel.com>2012-05-28 15:42:58 -0400
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-05-30 17:04:27 -0400
commitc30b61109021ecbc81966573862cf98f655e3531 (patch)
tree6fd53d2334aed794b7fb949b03731534c0fc2c6e /drivers/gpu/drm/i915/intel_hdmi.c
parentb659c3dbe17714485a1756b74e92c27301571a80 (diff)
drm/i915: remove comment about HSW HDMI DIPs
HSW support is now just like all the other generations: we send AVI and SPD InfoFrames. There are other DIPs for HSW, but there are other DIPs for the previous generations too. For each gen, we can see which DIPs are missing by looking at the 'set_infoframes' function: we explicitly disable the DIPs we're not using. Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_hdmi.c')
-rw-r--r--drivers/gpu/drm/i915/intel_hdmi.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c
index 194b453b052c..5cb1d100dc84 100644
--- a/drivers/gpu/drm/i915/intel_hdmi.c
+++ b/drivers/gpu/drm/i915/intel_hdmi.c
@@ -897,9 +897,6 @@ void intel_hdmi_init(struct drm_device *dev, int sdvox_reg)
897 intel_hdmi->write_infoframe = vlv_write_infoframe; 897 intel_hdmi->write_infoframe = vlv_write_infoframe;
898 intel_hdmi->set_infoframes = vlv_set_infoframes; 898 intel_hdmi->set_infoframes = vlv_set_infoframes;
899 } else if (IS_HASWELL(dev)) { 899 } else if (IS_HASWELL(dev)) {
900 /* FIXME: Haswell has a new set of DIP frame registers, but we are
901 * just doing the minimal required for HDMI to work at this stage.
902 */
903 intel_hdmi->write_infoframe = hsw_write_infoframe; 900 intel_hdmi->write_infoframe = hsw_write_infoframe;
904 intel_hdmi->set_infoframes = hsw_set_infoframes; 901 intel_hdmi->set_infoframes = hsw_set_infoframes;
905 } else if (HAS_PCH_IBX(dev)) { 902 } else if (HAS_PCH_IBX(dev)) {