]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Remove explicit flush from i915_gem_object_flush_fence()
authorChris Wilson <chris@chris-wilson.co.uk>
Fri, 20 Jul 2012 11:41:04 +0000 (12:41 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 25 Jul 2012 16:23:53 +0000 (18:23 +0200)
commit1201d2af88a6d7aef80b2ef6a734a61121e61011
tree210fb3984d4e74ccdd4f8fc9ee82225a1d5d6faf
parent30dd18e716d99c10b982b0f7d6b2148399675b94
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>
drivers/gpu/drm/i915/i915_gem.c