commit | c4e766389e8b7ce3ceb7f2785d4bb94b82448ff0 | [log] [tgz] |
---|---|---|
author | John Harrison <John.C.Harrison@Intel.com> | Fri May 29 17:44:01 2015 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Jun 23 14:02:24 2015 +0200 |
tree | e278cc68ea365b0c535bd6cc847334e44bf25c5f | |
parent | ee044a8863de58044cb370c23f97b9b68b33e47b [diff] |
drm/i915: Update ring->emit_request() to take a request structure Updated the ring->emit_request() implementation to take a request instead of a ringbuf/request pair. Also removed its use of the OLR for obtaining the request's seqno. 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>