commit | ec22f256a60ccf0dedd4ee305e616b6f17ed2bb7 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Jul 04 21:04:53 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Jul 04 22:54:59 2019 +0100 |
tree | 0e3b465ba2bd2834790cf81a73171453128f4aff | |
parent | 1ee2ae896bb48c4b896c85c56214efb44320cd8b [diff] |
drm/i915/overlay: Stash the kernel context on initialisation Simplify runtime request creation by storing the context we need to use during initialisation. This allows us to remove one more hardcoded engine lookup. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190704200455.14870-1-chris@chris-wilson.co.uk