summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c
diff options
context:
space:
mode:
authorJesse Barnes2009-02-24 00:36:40 +0100
committerDave Airlie2009-02-25 05:10:39 +0100
commit7c04d1d97a8d918b7ae2ef478229862b71a65f06 (patch)
treecea69bc766d5d3fc569da6b003b53721a60a99c0 /drivers/gpu/drm/i915/intel_display.c
parentMerge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad... (diff)
downloadkernel-qcow2-linux-7c04d1d97a8d918b7ae2ef478229862b71a65f06.tar.gz
kernel-qcow2-linux-7c04d1d97a8d918b7ae2ef478229862b71a65f06.tar.xz
kernel-qcow2-linux-7c04d1d97a8d918b7ae2ef478229862b71a65f06.zip
drm/i915: remove PLL debugging messages
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>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_display.c')
-rw-r--r--drivers/gpu/drm/i915/intel_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
index 65b635ce28c8..a2834276cb38 100644
--- a/drivers/gpu/drm/i915/intel_display.c
+++ b/drivers/gpu/drm/i915/intel_display.c
@@ -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.