commit | b146e5efe660e03eee2b2c4a2e02410d9a8824ec | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Mar 06 08:47:04 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Mar 06 10:16:33 2019 +0000 |
tree | 18d92f0c2901e19d3e8cb4398915d3cb1b61e28d | |
parent | 103b76eeff2e86cad489a54e6003d0173df76bde [diff] |
drm/i915: Pass around the intel_context Instead of passing the gem_context and engine to find the instance of the intel_context to use, pass around the intel_context instead. This is useful for the next few patches, where the intel_context is no longer a direct lookup. 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/20190306084704.15755-1-chris@chris-wilson.co.uk