42d2805
From 5550f20b5f9becb485fb3a67bf0193025d40bc6f Mon Sep 17 00:00:00 2001
6a91557
From: Adam Jackson <ajax@redhat.com>
6a91557
Date: Wed, 13 Nov 2013 10:17:24 -0500
6a91557
Subject: [PATCH] drm/i915: hush check crtc state
04ee959
049a74e
This is _by far_ the most common backtrace for i915 on retrace.fp.o, and
049a74e
it's mostly useless noise.  There's not enough context when it's generated
049a74e
to know if something actually went wrong.  Downgrade the message to
049a74e
KMS debugging so we can still get it if we want it.
049a74e
6a91557
Bugzilla: 1027037 1028785
6a91557
Upstream-status: http://lists.freedesktop.org/archives/intel-gfx/2013-November/035948.html
6a91557
---
6a91557
 drivers/gpu/drm/i915/intel_display.c | 2 +-
6a91557
 1 file changed, 1 insertion(+), 1 deletion(-)
6a91557
6a91557
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
42d2805
index 46f9be3ad5a2..ad2e62e4cdba 100644
6a91557
--- a/drivers/gpu/drm/i915/intel_display.c
6a91557
+++ b/drivers/gpu/drm/i915/intel_display.c
42d2805
@@ -12970,7 +12970,7 @@ verify_crtc_state(struct drm_crtc *crtc,
42d2805
 	sw_config = to_intel_crtc_state(crtc->state);
962ea4f
 	if (!intel_pipe_config_compare(dev_priv, sw_config,
42d2805
 				       pipe_config, false)) {
42d2805
-		I915_STATE_WARN(1, "pipe state doesn't match!\n");
42d2805
+		DRM_DEBUG_KMS("pipe state doesn't match!\n");
42d2805
 		intel_dump_pipe_config(intel_crtc, pipe_config,
42d2805
 				       "[hw state]");
42d2805
 		intel_dump_pipe_config(intel_crtc, sw_config,
31448c5
-- 
42d2805
2.5.5
31448c5