aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2013-02-28 12:19:46 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-03-03 15:06:51 -0500
commit85ce9c67b3eaa1c0465527991cf33581c2b6b1b1 (patch)
treef4c96b208b758e1c4d4fc3f93dce164b858705eb /drivers/gpu/drm
parent228a0e801b9079d9d3d08f44cb3a722d084df99b (diff)
drm/i915: Kill a few pointless comments
The code is totally obvious so these comments serve no purpose. What's worse, one of them was wrong. Just remove them. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/i915/intel_display.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index d33bf78f8f78..9c9716ac7ede 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -487,7 +487,6 @@ static const intel_limit_t *intel_ironlake_limit(struct drm_crtc *crtc,
487 487
488 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { 488 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
489 if (intel_is_dual_link_lvds(dev)) { 489 if (intel_is_dual_link_lvds(dev)) {
490 /* LVDS dual channel */
491 if (refclk == 100000) 490 if (refclk == 100000)
492 limit = &intel_limits_ironlake_dual_lvds_100m; 491 limit = &intel_limits_ironlake_dual_lvds_100m;
493 else 492 else
@@ -514,10 +513,8 @@ static const intel_limit_t *intel_g4x_limit(struct drm_crtc *crtc)
514 513
515 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) { 514 if (intel_pipe_has_type(crtc, INTEL_OUTPUT_LVDS)) {
516 if (intel_is_dual_link_lvds(dev)) 515 if (intel_is_dual_link_lvds(dev))
517 /* LVDS with dual channel */
518 limit = &intel_limits_g4x_dual_channel_lvds; 516 limit = &intel_limits_g4x_dual_channel_lvds;
519 else 517 else
520 /* LVDS with dual channel */
521 limit = &intel_limits_g4x_single_channel_lvds; 518 limit = &intel_limits_g4x_single_channel_lvds;
522 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI) || 519 } else if (intel_pipe_has_type(crtc, INTEL_OUTPUT_HDMI) ||
523 intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG)) { 520 intel_pipe_has_type(crtc, INTEL_OUTPUT_ANALOG)) {