commit | 6b736de5746a304692fc5f7f5fc46cd9c2e8bd29 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Apr 26 17:33:32 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Apr 26 18:32:05 2019 +0100 |
tree | ecc17c9f1d620b2dcc5b7ea296b0177b642a3370 | |
parent | 1b1ae40721ea2d90135b39b663b20c30339f94dc [diff] |
drm/i915: Pass intel_context to intel_context_pin_lock() Move the intel_context_instance() to the caller so that we can decouple ourselves from one context instance per engine. v2: Rename pin_lock() to lock_pinned(), hopefully that is clearer. 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/20190426163336.15906-5-chris@chris-wilson.co.uk