From: Daniel Vetter Date: Fri, 19 Feb 2010 10:52:01 +0000 (+0100) Subject: drm/i915: clean-up i915_gem_flush_gpu_write_domain X-Git-Tag: v2.6.34-rc1~209^2~11^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=922a2efc1b6ef48e2783f7efeb3a94e952c7ed14;p=pandora-kernel.git drm/i915: clean-up i915_gem_flush_gpu_write_domain Now that we have an exact gpu write domain tracking, we don't need to move objects to the active list ourself. i915_add_request will take care of that under all circumstances. Idea stolen from a patch by Chris Wilson . Signed-off-by: Daniel Vetter Signed-off-by: Chris Wilson Signed-off-by: Eric Anholt --- Reading git-diff-tree failed