commit | d6d12ec081776bdea7e0ad58f2a7e7f92e414e7f | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri May 18 10:02:10 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Sat May 19 12:50:57 2018 +0100 |
tree | 1609a85000794a633c97bd4b7eabc8155677f128 | |
parent | dd0cf235d81f24c1ba80c4a000bafc9f2dce3840 [diff] |
drm/i915: Make intel_engine_dump irqsafe To be useful later, enable intel_engine_dump() to be called from irq context (i.e. using saving and restoring irq start rather than assuming we enter with irqs enabled). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20180518090212.5349-1-chris@chris-wilson.co.uk