From: Chris Wilson Date: Tue, 17 Apr 2012 14:31:29 +0000 (+0100) Subject: drm/i915: Remove the unsightly "optimisation" from flush_fence() X-Git-Tag: v3.5-rc1~83^2~81^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1899184547dec95ec8b7eb00e202d9b3a3b1c87b;p=pandora-kernel.git drm/i915: Remove the unsightly "optimisation" from flush_fence() As i915_wait_request() will first check for an already passed seqno, doing it also in the caller is a waste of space for a cold path. Signed-off-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed