commit | 313443b16ac26dd0250462d8513c5b5c0a188e38 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jul 03 16:52:24 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Jul 04 14:42:38 2019 +0100 |
tree | e03967651b50a374fe3babfed933f97db9e5d75a | |
parent | 56e0f78e47e47795873acbabab443029aa30bcb4 [diff] |
drm/i915/gt: Assume we hold forcewake for execlists resume We can assume the caller is holding a blanket forcewake for the register writes during resume, and so we can skip taking individual locks around each write inside execlists resume. 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/20190703155225.9501-3-chris@chris-wilson.co.uk