From: Chris Wilson Date: Sat, 18 Sep 2010 10:02:01 +0000 (+0100) Subject: drm/i915: Only emit a flush request on the active ring. X-Git-Tag: v2.6.37-rc1~92^2~28^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9220434a8768902cd9cf248709972678b74aa8c1;p=pandora-kernel.git drm/i915: Only emit a flush request on the active ring. When flushing the GPU domains,we emit a flush on *both* rings, even though they share a unified cache. Only emit the flush on the currently active ring. Signed-off-by: Chris Wilson --- Reading git-diff-tree failed