commit | 535fbe8233d164e76bac515dd7efee699093cea9 | [log] [tgz] |
---|---|---|
author | John Harrison <John.C.Harrison@Intel.com> | Fri May 29 17:43:32 2015 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Jun 23 14:02:03 2015 +0200 |
tree | 93348073d5d321d8d5c6f9a24f45374cdce5c8d6 | |
parent | 95c24161cd8561bd2f866a802a44b28fd0a867b7 [diff] |
drm/i915: Update move_to_gpu() to take a request structure The plan is to pass requests around as the basic submission tracking structure rather than rings and contexts. This patch updates the move_to_gpu() code paths. 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>