diff options
author | Paulo Zanoni <paulo.r.zanoni@intel.com> | 2013-04-12 17:16:52 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2013-04-18 03:43:27 -0400 |
commit | 6af79ae2ae81efb2abd42d908041aa6ac0db9d43 (patch) | |
tree | 2a778e24c699bf12543a407395447e8c5e4982cc | |
parent | 30ccd9644e021ae95e0f039d70b7d5ea8d9d8f3b (diff) |
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 <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r-- | drivers/gpu/drm/i915/intel_pm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_pm.c b/drivers/gpu/drm/i915/intel_pm.c index 5e1cdd54ba13..f747cb036d8c 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) | |||
4222 | } | 4222 | } |
4223 | dev_priv->display.init_clock_gating = gen6_init_clock_gating; | 4223 | dev_priv->display.init_clock_gating = gen6_init_clock_gating; |
4224 | } else if (IS_IVYBRIDGE(dev)) { | 4224 | } else if (IS_IVYBRIDGE(dev)) { |
4225 | /* FIXME: detect B0+ stepping and use auto training */ | ||
4226 | if (SNB_READ_WM0_LATENCY()) { | 4225 | if (SNB_READ_WM0_LATENCY()) { |
4227 | dev_priv->display.update_wm = ivybridge_update_wm; | 4226 | dev_priv->display.update_wm = ivybridge_update_wm; |
4228 | dev_priv->display.update_sprite_wm = sandybridge_update_sprite_wm; | 4227 | dev_priv->display.update_sprite_wm = sandybridge_update_sprite_wm; |