commit | 9df7575f1c751a333b1989d1c7e2b9fc884d9105 | [log] [tgz] |
---|---|---|
author | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Jun 20 09:29:20 2014 -0700 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Jul 23 07:05:34 2014 +0200 |
tree | 01771abb352a67857ef525daf65562c661ee6fe3 | |
parent | 9a76e4956b719ec32acdd37c80944423e4825bbf [diff] |
drm/i915: add helper for checking whether IRQs are enabled Now that we use the runtime IRQ enable/disable functions in our suspend path, we can simply check the pm._irqs_disabled flag everywhere. So rename it to catch the users, and add an inline for it to make the checks clear everywhere. 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>