commit | 44cdd6d219bc64f6810b8ed0023a4d4db9e0fe68 | [log] [tgz] |
---|---|---|
author | John Harrison <John.C.Harrison@Intel.com> | Mon Nov 24 18:49:40 2014 +0000 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Dec 03 09:35:21 2014 +0100 |
tree | d8d016e6d244a8cf628c99f0386e85ce2d20b4ea | |
parent | 74328ee51051e73e4952876cc9061ff01530267c [diff] |
drm/i915: Convert 'ring_idle()' to use requests not seqnos More seqno value to request structure conversions. Note, this change temporarily moves the 'get_seqno()' call inside ring_idle() but this will disappear again in a later patch when i915_seqno_passed() itself is converted. 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>