commit | 54fb2411dd0b4d7d91e9d77536ac84295607a93b | [log] [tgz] |
---|---|---|
author | John Harrison <John.C.Harrison@Intel.com> | Mon Nov 24 18:49:27 2014 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Dec 03 09:35:15 2014 +0100 |
tree | 3cb2e959774cf314543ca952c8c4ab8b3d7d117d | |
parent | 97b2a6a10a1aef6f32832fcbc9d6a27650354904 [diff] |
drm/i915: Convert i915_gem_ring_throttle to use requests Convert the throttle code to use the request structure rather than extracting a ring/seqno pair from it and using those. This is in preparation for __wait_seqno() becoming __wait_request(). For: VIZ-4377 Signed-off-by: John Harrison <John.C.Harrison@Intel.com> Reviewed-by: Thomas Daniel <Thomas.Daniel@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>