From: Ben Widawsky Date: Thu, 26 Apr 2012 23:03:03 +0000 (-0700) Subject: drm/i915: extract __wait_seqno from i915_wait_request X-Git-Tag: v3.5-rc1~83^2~8^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604dd3ec75b2488dc81cd25dd85fcea23df25a9e;p=pandora-kernel.git drm/i915: extract __wait_seqno from i915_wait_request i915_wait_request is actually a fairly large function encapsulating quite a few different operations. Because being able to wait on seqnos in various conditions is useful, extracting that bit of code to a helper function seems useful v2: pull the irq_get/put as well (Ben) Signed-off-by: Ben Widawsky Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed