commit | a56277216637c359e9125b9c16be09f21ed2a395 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Mon Jul 29 12:37:20 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jul 30 11:50:42 2019 +0100 |
tree | 26ebf0e5843e9a298504437e0791ed923afc3c12 | |
parent | 1032a2af93f58ff12996f6122a8a488979ea22a8 [diff] |
drm/i915: Inline engine->init_context into its caller We only use the init_context vfunc once while recording the default context state, and we use the same sequence in each backend (eliding steps that do not apply). Remove the vfunc for simplicity and de-duplication. 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/20190729113720.24830-1-chris@chris-wilson.co.uk