commit | b72348406927740d4cfb55f2c1e19c6769ffc666 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 04 14:40:01 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Oct 04 15:39:16 2019 +0100 |
tree | 13991e423d8f9c4e2836613b94d13fa00d661cb1 | |
parent | b1e3177bd1d8f41e2a9cc847e56a96cdc0eefe62 [diff] |
drm/i915: Move idle barrier cleanup into engine-pm Now that we now longer need to guarantee that the active callback is under the struct_mutex, we can lift it out of the i915_gem_park() and into the engine parking itself. 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/20191004134015.13204-7-chris@chris-wilson.co.uk