drm/i915: remove PLL debugging messages
authorJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 23 Feb 2009 23:36:40 +0000 (15:36 -0800)
committerDave Airlie <airlied@linux.ie>
Wed, 25 Feb 2009 04:10:39 +0000 (14:10 +1000)
These are normal; we walk through different values looking for the right
one, so why flood the screen with messages?

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Dave Airlie <airlied@linux.ie>
drivers/gpu/drm/i915/intel_display.c

index 65b635ce28c8c78da6563f21538d9d6434de23a9..a2834276cb38637949648dad2ae2b59de8995fbf 100644 (file)
@@ -217,7 +217,7 @@ bool intel_pipe_has_type (struct drm_crtc *crtc, int type)
     return false;
 }
 
-#define INTELPllInvalid(s)   do { DRM_DEBUG(s); return false; } while (0)
+#define INTELPllInvalid(s)   do { /* DRM_DEBUG(s); */ return false; } while (0)
 /**
  * Returns whether the given set of divisors are valid for a given refclk with
  * the given connectors.