commit | 8753181e1006dcebc84127ce29b8f8166bb1ada3 | [log] [tgz] |
---|---|---|
author | John Harrison <John.C.Harrison@Intel.com> | Fri May 29 17:43:44 2015 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Jun 23 14:02:12 2015 +0200 |
tree | cbd8beeb1fa7a6e404de868650b817f0336dfc83 | |
parent | 76c3916887f1225db4b4960c59820db1a995f3cb [diff] |
drm/i915: Update init_context() to take a request structure Now that everything above has been converted to use requests, it is possible to update init_context() to take a request pointer instead of a ring/context pair. For: VIZ-5115 Signed-off-by: John Harrison <John.C.Harrison@Intel.com> Reviewed-by: Tomas Elf <tomas.elf@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>