commit | 15e7facb7b428f5f0dac3ee85ecb519a46caaa34 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Jul 07 16:11:35 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Sun Jul 07 16:43:32 2019 +0100 |
tree | 78731e25572f5ff272806a1738d2531d1b941520 | |
parent | 50b38bc4d39aa6fa5639aabcccfb828c19b89278 [diff] |
drm/i915: Pull assert_forcewake_active() underneath the lock Make no assumption that something in the background is not acquiring the fw_domain -- but we still do not track owner so assume that any active domain is intended by the caller. 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/20190707151135.11700-1-chris@chris-wilson.co.uk