commit | cdc3a45390341e579421957257e3607c017a0785 | [log] [tgz] |
---|---|---|
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Mon Mar 06 15:03:21 2017 +0000 |
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Mar 07 07:17:59 2017 +0000 |
tree | 438092cca85f94d0ccc9677a823d96d05f659fa6 | |
parent | a9e64931eec57b17d1e7c71c93f8aea57a3435b2 [diff] |
drm/i915: No need to save/restore irq status in intel_engine_wakeup It is called from either the process or timer context so it is correct to always disable interrupts. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Cc: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20170306150321.29024-1-tvrtko.ursulin@linux.intel.com