Searched hist:"34273620 d9227b61b82257e56d2d190abb9de2d8" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | diff 34273620d9227b61b82257e56d2d190abb9de2d8 Wed Nov 26 09:29:04 CST 2014 Daniel Vetter <daniel.vetter@ffwll.ch> 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>
|