From: Ben Widawsky Date: Thu, 26 Apr 2012 23:03:05 +0000 (-0700) Subject: drm/i915: use __wait_seqno for ring throttle X-Git-Tag: v3.5-rc1~83^2~8^2~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b88cc0dd72e82df65c634f19417158787d86bfe;p=pandora-kernel.git drm/i915: use __wait_seqno for ring throttle It turns out throttle had an almost identical bit of code to do the wait. Now we can call the new helper directly. This is just a bonus, and not needed for the overall series. v2: remove irq_get/put which is now in __wait_seqno (Ben) Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed