commit | 86d5bc37824f169a03d03bcc47259e82136d6a34 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Jul 20 12:41:04 2012 +0100 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Jul 25 18:23:53 2012 +0200 |
tree | 210fb3984d4e74ccdd4f8fc9ee82225a1d5d6faf | |
parent | 69c2fc891343cb5217c866d10709343cff190bdc [diff] |
drm/i915: Remove explicit flush from i915_gem_object_flush_fence() As the flush is either performed explictly immediately after the execbuffer dispatch, or before the serialisation of last_fenced_seqno we can forgo the explict i915_gem_flush_ring(). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>