From: John Harrison Date: Mon, 24 Nov 2014 18:49:35 +0000 (+0000) Subject: drm/i915: Convert __wait_seqno() to __wait_request() X-Git-Tag: fixes-v4.0-rc1~91^2~43^2~101 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c654818295eee21720e62040e235e6951b05b40;p=pandora-kernel.git 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 Reviewed-by: Thomas Daniel Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed