From: Daniel Vetter Date: Thu, 11 Feb 2010 21:19:40 +0000 (+0100) Subject: drm/i915: move flushing list processing to i915_gem_flush X-Git-Tag: v2.6.37-rc1~92^2~28^2~237 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bff917c93e365a8a145f9b1be99c81257038151;p=pandora-kernel.git drm/i915: move flushing list processing to i915_gem_flush Now that we can move objects to the active list without already having emitted a request, move the flushing list handling into i915_gem_flush. This makes more sense and allows to drop a few i915_add_request calls that are not strictly necessary. Signed-off-by: Daniel Vetter Signed-off-by: Chris Wilson --- Reading git-diff-tree failed