From: Daniel Vetter Date: Thu, 11 Feb 2010 21:37:04 +0000 (+0100) Subject: drm/i915: move the wait_rendering call into flush_gpu_write_domain X-Git-Tag: v2.6.37-rc1~92^2~28^2~232 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba3d8d749b01548b918519a49024341d8dc9e71c;p=pandora-kernel.git drm/i915: move the wait_rendering call into flush_gpu_write_domain One caller (for the pageflip support) wants a purely pipelined flush. Distinguish this case by a new parameter. This will also be useful later on for pipelined fencing. v2: Simplify the code by depending upon the implicit request emitting of i915_wait_request. Signed-off-by: Daniel Vetter [ickle: And drop the non-interruptible support in the process.] Signed-off-by: Chris Wilson --- Reading git-diff-tree failed