commit | 95f697eb024d7def7f9050cd5eba9502034dd94d | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Mar 08 13:25:20 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Mar 08 13:59:59 2019 +0000 |
tree | 24577c5516ef1f53609e9fe99585c7eae87c1b50 | |
parent | c4d52feb2c46ddcdde4058cf03f8b9eb996bb09b [diff] |
drm/i915: Make context pinning part of intel_context_ops Push the intel_context pin callback down from intel_engine_cs onto the context itself by virtue of having a central caller for intel_context_pin() being able to lookup the intel_context itself. 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/20190308132522.21573-5-chris@chris-wilson.co.uk