]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Tune down spurious CRC interrupt warning
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 26 Nov 2014 15:29:04 +0000 (16:29 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 3 Dec 2014 08:29:41 +0000 (09:29 +0100)
commitd783db9a8b983cc2b61ce7fb27c6d0000aacbda9
tree082fe63f2968ebd076441ec4a960dcb5231117cc
parentece10d21a8611aba02fdc89caa47c2442b561f8b
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 <damien.lespiau@intel.com>
Acked-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
drivers/gpu/drm/i915/i915_irq.c