From: Chris Wilson Date: Fri, 20 Jul 2012 11:41:04 +0000 (+0100) Subject: drm/i915: Remove explicit flush from i915_gem_object_flush_fence() X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~61^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86d5bc37824f169a03d03bcc47259e82136d6a34;p=pandora-kernel.git 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 Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed