commit | 174221e8491588aa9d44ebfa3242bea11eacc64f | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Apr 08 10:17:14 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Apr 09 09:58:22 2019 +0100 |
tree | 844e7539609344abad959daf46e3d7b6be92a8ce | |
parent | 6484775766e37049883d49e7ee9c1a174f0d0524 [diff] |
drm/i915/guc: Replace preempt_client lookup with engine->preempt_context Circumvent the dance we currently perform to find the preempt_client and lookup its HW context for this engine, as we know we have already pinned the preempt_context on the engine. 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/20190408091728.20207-15-chris@chris-wilson.co.uk