commit | ee044a8863de58044cb370c23f97b9b68b33e47b | [log] [tgz] |
---|---|---|
author | John Harrison <John.C.Harrison@Intel.com> | Fri May 29 17:44:00 2015 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Jun 23 14:02:24 2015 +0200 |
tree | 5aff8c64f460123456aed365432db911cb0025ea | |
parent | 7deb4d3980ea44ebb4097426f85d5f6c89b873a4 [diff] |
drm/i915: Update ring->add_request() to take a request structure Updated the various ring->add_request() implementations to take a request instead of a ring. This removes their reliance on the OLR to obtain the seqno value that the request should be tagged with. 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>