commit | 1899184547dec95ec8b7eb00e202d9b3a3b1c87b | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Apr 17 15:31:29 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Apr 18 13:23:17 2012 +0200 |
tree | 1b52611ddb6b6d6bc3a59f13948683480c28ac81 | |
parent | 8fe301add51206ca53576471059393b925f30124 [diff] |
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 <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>