]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: don't warn if IRQs are disabled when shutting down display IRQs
authorJesse Barnes <jbarnes@virtuousgeek.org>
Fri, 20 Jun 2014 16:29:19 +0000 (09:29 -0700)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 23 Jul 2014 05:05:33 +0000 (07:05 +0200)
commit7b9c0af9bb35234c67db70d0e8cd995261659949
tree88becd2ed1dc8b153ebe95a3fc3f21e01e3a5bc5
parentcc8af847173a2635c6149f0bdb31e6a89dacd9e0
drm/i915: don't warn if IRQs are disabled when shutting down display IRQs

This was always the case on our suspend path, but it was recently
exposed by the change to use our runtime IRQ disable routine rather than
the full DRM IRQ disable.  Keep the warning on the enable side, as that
really would indicate a bug.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c