]> xenbits.xensource.com Git - people/julieng/linux-arm.git/commitdiff
drm/i915: hush check crtc state
authorAdam Jackson <ajax@redhat.com>
Wed, 13 Nov 2013 15:17:24 +0000 (10:17 -0500)
committerJulien Grall <julien.grall@citrix.com>
Fri, 18 Sep 2015 15:29:30 +0000 (16:29 +0100)
This is _by far_ the most common backtrace for i915 on retrace.fp.o, and
it's mostly useless noise.  There's not enough context when it's generated
to know if something actually went wrong.  Downgrade the message to
KMS debugging so we can still get it if we want it.

Bugzilla: 1027037 1028785
Upstream-status: http://lists.freedesktop.org/archives/intel-gfx/2013-November/035948.html

drivers/gpu/drm/i915/intel_display.c

index 87476ff181ddbef0967d948c37119cfcbd758315..1876645a76d7dcb3dd9f082c6d9890cf65bbac1b 100644 (file)
@@ -12321,7 +12321,7 @@ check_crtc_state(struct drm_device *dev)
 
                if (active &&
                    !intel_pipe_config_compare(dev, crtc->config, &pipe_config)) {
-                       I915_STATE_WARN(1, "pipe state doesn't match!\n");
+                       DRM_DEBUG_KMS("pipe state doesn't match!\n");
                        intel_dump_pipe_config(crtc, &pipe_config,
                                               "[hw state]");
                        intel_dump_pipe_config(crtc, crtc->config,