From: Keith Packard Date: Fri, 21 Nov 2008 07:11:08 +0000 (-0800) Subject: drm/i915: Rename object_set_domain to object_set_to_gpu_domain X-Git-Tag: v2.6.28-rc8~53^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0d90829288942fa06d7483f9e84059a64605da5;p=pandora-kernel.git drm/i915: Rename object_set_domain to object_set_to_gpu_domain Now that the CPU and GTT domain operations are isolated to their own functions, the previously general-purpose set_domain function is now used only to set GPU domains. It also has no failure cases, which is important as this eliminates any possible interruption of the computation of new object domains and subsequent emmission of the flushing instructions into the ring. Signed-off-by: Keith Packard Signed-off-by: Eric Anholt Signed-off-by: Dave Airlie --- Reading git-diff-tree failed