From: Chris Wilson Date: Tue, 27 Nov 2012 16:22:54 +0000 (+0000) Subject: drm/i915: Rearrange code to only have a single method for waiting upon the ring X-Git-Tag: v3.8-rc1~82^2^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e9605018ab3e333d51cc90fccfde2031886763b;p=pandora-kernel.git drm/i915: Rearrange code to only have a single method for waiting upon the ring Replace the wait for the ring to be clear with the more common wait for the ring to be idle. The principle advantage is one less exported intel_ring_wait function, and the removal of a hardcoded value. Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed