John Harrison 9c65481829 drm/i915: Convert __wait_seqno() to __wait_request()
Now that all code above is using request structures instead of seqno values, it
is possible to convert  __wait_seqno() itself. Internally, it is still calling
i915_seqno_passed(), this will be updated later in the series. This step is just
changing the parameter list and function name.

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>
2014-12-03 09:35:19 +01:00
..
2014-12-03 09:35:11 +01:00
2014-12-02 10:58:33 +10:00
2014-12-03 09:35:05 +01:00
2014-12-03 09:35:05 +01:00
2014-12-02 10:58:33 +10:00
2014-12-02 10:58:33 +10:00
2014-07-24 10:59:53 +02:00
2014-11-17 19:12:28 +01:00