From: Paulo Zanoni Date: Fri, 12 Apr 2013 21:16:52 +0000 (-0300) Subject: drm/i915: remove comment about IVB link training from intel_pm.c X-Git-Tag: upstream/snapshot3+hdmi~4754^2~131^2~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6af79ae2ae81efb2abd42d908041aa6ac0db9d43;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git drm/i915: remove comment about IVB link training from intel_pm.c We have the exact same comment inside intel_init_display. This is a leftover from when we moved a lot of code from intel_display.c to intel_pm.c. Signed-off-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index 5e1cdd5..f747cb0 100644 --- a/drivers/gpu/drm/i915/intel_pm.c +++ b/drivers/gpu/drm/i915/intel_pm.c @@ -4222,7 +4222,6 @@ void intel_init_pm(struct drm_device *dev) } dev_priv->display.init_clock_gating = gen6_init_clock_gating; } else if (IS_IVYBRIDGE(dev)) { - /* FIXME: detect B0+ stepping and use auto training */ if (SNB_READ_WM0_LATENCY()) { dev_priv->display.update_wm = ivybridge_update_wm; dev_priv->display.update_sprite_wm = sandybridge_update_sprite_wm;