drm/i915: Convert i915_gem_ring_throttle to use requests
authorJohn Harrison <John.C.Harrison@Intel.com>
Mon, 24 Nov 2014 18:49:27 +0000 (18:49 +0000)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 3 Dec 2014 08:35:15 +0000 (09:35 +0100)
commit54fb2411dd0b4d7d91e9d77536ac84295607a93b
tree3cb2e959774cf314543ca952c8c4ab8b3d7d117d
parent97b2a6a10a1aef6f32832fcbc9d6a27650354904
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>
drivers/gpu/drm/i915/i915_gem.c
This page took 0.02548 seconds and 5 git commands to generate.