From: Daniel Vetter Date: Thu, 11 Feb 2010 21:29:04 +0000 (+0100) Subject: drm/i915: move flushing list processing to i915_retire_commands X-Git-Tag: v2.6.37-rc1~92^2~28^2~235 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a1a49f954734040dbc7b87e3b1221a050045e43;p=pandora-kernel.git drm/i915: move flushing list processing to i915_retire_commands ... instead of threading flush_domains through the execbuf code to i915_add_request. With this change 2 small cleanups are possible (likewise the majority of the patch): - The flush_domains parameter of i915_add_request is always 0. Drop it and the corresponding logic. - Ditto for the seqno param of i915_gem_process_flushing_list. Signed-off-by: Daniel Vetter Signed-off-by: Chris Wilson --- Reading git-diff-tree failed