From: Keith Packard Date: Fri, 21 Nov 2008 07:23:03 +0000 (-0800) Subject: drm/i915: Move the execbuffer domain computations together X-Git-Tag: v2.6.28-rc8~53^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=646f0f6e43bf6628b1f0f8ca6c0227ce72e8ef3c;p=pandora-kernel.git drm/i915: Move the execbuffer domain computations together This eliminates the dev_set_domain function and just in-lines it where its used, with the goal of moving the manipulation and use of invalidate_domains and flush_domains closer together. This also avoids calling add_request unless some domain has been flushed. Signed-off-by: Keith Packard Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie --- Reading git-diff-tree failed