commit | 978f1e09abdf46413cba0dc3b1310abc840e3402 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Apr 28 09:56:54 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Apr 28 12:17:32 2016 +0100 |
tree | 926c35cbe6c0911f3fadc0fc7ae09ee2c58276f9 | |
parent | 24f1d3cc099791c78348108140949ffc98f52423 [diff] |
drm/i915: Move the magical deferred context allocation into the request We can hide more details of execlists from higher level code by removing the explicit call to create an execlist context from execbuffer and into its first use by execlists. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1461833819-3991-20-git-send-email-chris@chris-wilson.co.uk