]> xenbits.xensource.com Git - people/julieng/linux-arm.git/commit
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)
commitb9b85f1494e131aa85f93e807c793dc7988ab8fb
tree409964628acde20779f7da9a693c4d524f80cf15
parentd3f12183078bbb0c5b8c579d91ed09faa4001dfc
drm/i915: hush check crtc state

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