commit | 9a76e4956b719ec32acdd37c80944423e4825bbf | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Jun 20 09:29:19 2014 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Jul 23 07:05:33 2014 +0200 |
tree | 88becd2ed1dc8b153ebe95a3fc3f21e01e3a5bc5 | |
parent | d49bdb0e1054d022cc6f88fcecf9c79bae66eab0 [diff] |
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>