]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Pull assert_forcewake_active() underneath the lock
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 7 Jul 2019 15:11:35 +0000 (16:11 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sun, 7 Jul 2019 15:43:32 +0000 (16:43 +0100)
commit70008d8ba2b409ff458627e7c1e0e0fff04747e1
tree78731e25572f5ff272806a1738d2531d1b941520
parente6995125bdd5fdea0f351b77c652551b4bd62915
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
drivers/gpu/drm/i915/intel_uncore.c