b4668f2
From 63a9dfe66b3b82b6eb10c6548aaf22dd7e543d2d Mon Sep 17 00:00:00 2001
d07b889
From: Adam Jackson <ajax@redhat.com>
b4668f2
Date: Mon, 10 Jul 2017 08:11:48 -0700
d07b889
Subject: [PATCH] drm/i915: hush check crtc state
f9bb918
f9bb918
This is _by far_ the most common backtrace for i915 on retrace.fp.o, and
f9bb918
it's mostly useless noise.  There's not enough context when it's generated
f9bb918
to know if something actually went wrong.  Downgrade the message to
f9bb918
KMS debugging so we can still get it if we want it.
f9bb918
d07b889
Bugzilla: 1027037 1028785
d07b889
Upstream-status: http://lists.freedesktop.org/archives/intel-gfx/2013-November/035948.html
d07b889
---
d07b889
 drivers/gpu/drm/i915/intel_display.c | 2 +-
d07b889
 1 file changed, 1 insertion(+), 1 deletion(-)
d07b889
d07b889
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
b4668f2
index dec9e58..620f378a 100644
d07b889
--- a/drivers/gpu/drm/i915/intel_display.c
d07b889
+++ b/drivers/gpu/drm/i915/intel_display.c
b4668f2
@@ -12277,7 +12277,7 @@ verify_crtc_state(struct drm_crtc *crtc,
b4668f2
 	sw_config = to_intel_crtc_state(new_crtc_state);
a98ed5c
 	if (!intel_pipe_config_compare(dev_priv, sw_config,
f339ce1
 				       pipe_config, false)) {
f339ce1
-		I915_STATE_WARN(1, "pipe state doesn't match!\n");
f339ce1
+		DRM_DEBUG_KMS("pipe state doesn't match!\n");
f339ce1
 		intel_dump_pipe_config(intel_crtc, pipe_config,
f339ce1
 				       "[hw state]");
f339ce1
 		intel_dump_pipe_config(intel_crtc, sw_config,
f70c487
-- 
b4668f2
2.7.5
f70c487