From: Daniel Vetter Date: Wed, 26 Nov 2014 15:29:04 +0000 (+0100) Subject: drm/i915: Tune down spurious CRC interrupt warning X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~9^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34273620d9227b61b82257e56d2d190abb9de2d8;p=pandora-kernel.git drm/i915: Tune down spurious CRC interrupt warning We don't really synchronously turn them off from debugfs. We try to avoid hitting them too badly by waiting one vblank, but apparently the irq handler can still race through that gap. Since this isn't really all that important for testcases, only for debugging CRC issues let's tune it down to a debug message. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=82602 Cc: Damien Lespiau Acked-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed